Class Declarations:
In a single file,
for every project in chapter 10,
-
- write the class declaration
- write a main function that will demonstrate how the class will be used.
- You will not implement the classes, so you cannot compile these main functions much less run them.
- Only the public and private functions and member variables are listed (like in an .h file)
- You will submit a single file that contains all the declarations. one after another.
- Each class is clearly marked with the number of the programming project.