Defining class GradeBook with a member function, creating a GradeBook object and calling its member function.
`cpp 1 2 // Define class GradeBook with a member function displayMessage; 3 // Create a GradeBook object and call its displayMessage function. 4 ...