Question: 1) Modify class GradeBook as follows: a) Include a second string data member that represents the course instructor's name. b) Provide a set function

1) Modify class GradeBook as follows: a) Include a second string data member that represents the course instructors name. b)

1) Modify class GradeBook as follows: a) Include a second string data member that represents the course instructor's name. b) Provide a set function to change the instructor's name and a get function to retrieve it. c) Modify the constructor to specify course name and instructor name parameters. d) Modify function display Message to output the welcome message and course name, then the string "This course is presented by: " followed by the instructor's name. Use your modified class in a test program that demonstrates the class's new capabilities.

Step by Step Solution

3.58 Rating (158 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

To modify the GradeBook class follow these steps Step 1 Add a Data Member for Instructors Name 1 Add ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!