Due at the beginning of class, Wednesday 1/29
Use this sheet to record your written answers to the questions in lab 1.
1. The Student class had 6 member functions. List them. (include return types and parameter lists):
2. The Student class has 4 data members. List them (include their type).
3. In your own words, briefly describe what the key words public and private indicate.
4. Which of the functions in the Student class are stubs and which have been implemented?
5. What is the name of the object of type Student that is created in this client code?
6. What member functions are invoked for the Student object?
7. What does the program do when you first run it?
8. What does the program do after you have implemented all the class functions?
Home | | Syllabus | | Assignments | | Lecture Notes