subject

This is exercise builds on the previous Exercise (Inheritance 2) classes. In this series of exercises we'll take the StudentType class and expand it to also hold a list of courses that the student has taken. Starting out we want to build a CourseType class that will hold the basic course information:

Create a CourseType class. (Keep it simple at this point. You don't need to put in "extra" members just to make it a bigger class.)
You should create this class with its own .cpp and .h file, but include it in a "project" with your already existing StudentType class. (You can use your own StudentType solution or the one provided from the previous exercise.) Note: At this point you shouldn't be changing anything in the existing StudentType files!
Make sure you test your new CourseType class by declaring an object and testing at least it's constructor.
Submit: Commented test, implementation and header files (.cpp and .h) for new CourseType along with previous StudentType and PersonType zipped into a single file.

I've attached pictures of the code I currently have - I just need help with a very, very simple CourseType class (header and implementation file) that is a derivative of the studentType class. Code is C++ and I used CodeBlocks.


This is exercise builds on the previous Exercise (Inheritance 2) classes. In this series of exercis
This is exercise builds on the previous Exercise (Inheritance 2) classes. In this series of exercis
This is exercise builds on the previous Exercise (Inheritance 2) classes. In this series of exercis
This is exercise builds on the previous Exercise (Inheritance 2) classes. In this series of exercis

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 23.06.2019 14:00, savannnab1890
Select the correct answer. andre was recently hired by an organization to check for system vulnerabilities. he is supposed to exploit these vulnerabilities and create a report on the extent of damage to which the system was susceptible. what position does andre hold in this organization? a. information security analyst b. information assurance manager c. penetration tester d. network security engineer e. chief information security officer
Answers: 2
image
Computers and Technology, 23.06.2019 16:10, alexis9658
What is the ooh? a. omaha occupation handbook b. online occupational c. occupations online d. occupational outlook handbook select the best answer from the choices provided
Answers: 3
image
Computers and Technology, 24.06.2019 05:30, MegRasmussen31
Hey i really need some solving this problem: 1. encrypt this binary string into cipher text: 110000. include in your answer the formula the decoder would use to decrypt your cipher text in the format (coded answer) x n mod (m) = y & 2. decrypt this cipher text into a binary string: 106 you.
Answers: 2
image
Computers and Technology, 25.06.2019 10:20, lydialinton23
Write a program that lets the user play the game of rock, paper, scissors against the computer. the program should work as follows. 1. when the program begins, a random number in the range of 1 through 3 is generated. if the number is 1, then the computer has chosen rock. if the number is 2, then the computer has chosen paper. if the number is 3, then the computer has chosen scissors. (don’t display the computer’s choice yet.) 2. the user enters his or her choice of “rock”, “paper”, or “scissors” at the keyboard. (you can use a menu if you prefer.) 3. the computer’s choice is displayed. 4. a winner is selected according to the following rules: • if one player chooses rock and the other player chooses scissors, then rock wins. (the rock breaks the scissors.) • if one player chooses scissors and the other player chooses paper, then scissors wins. (scissors cuts paper.) • if one player chooses paper and the other player chooses rock, then paper wins. (paper wraps rock.) • if both players make the same choice, the game must be played again to determine the winner. be sure to divide the program into functions that perform each major task. include the code and the console output from running your program with test inputs in your report.
Answers: 3
You know the right answer?
This is exercise builds on the previous Exercise (Inheritance 2) classes. In this series of exercise...

Questions in other subjects: