COSC 181 Foundations of Computer Programming Class 7 GradeBook Updated Class Diagram Name Class Attributes means its private Class Member Functions means its public include parameters here include type if any after here Try It Type in and test Fig 3 5 Compile and Run When you are done do not close DevC In Class Exercise Modify class GradeBook 1 2 3 4 Include a second string data member that represents the course instructor s name Provide a set function to change the instructor s name Modify function displayMessage to output the welcome message and course name then the string This course is presented by followed by the instructor s name Compile and Run with the modified class Output Initial course name is C Instructor s name is Dr Ray Welcome to the grade book for C This course is presented by Dr Ray
View Full Document