The required functionality of the Rental System is described in the project description. You must design the public methods (full function prototypes, pre- and post-conditions) required to support that functionality. You will also decide on the private data members for this class.
A template for your design document, p2design.txt, is provided in Ms. Wortman's public directory. Copy that file
Your p2design.txt file will be compared to the header file or files that you submit when Project 2 is due. Minor changes to the design are allowed. A minor change might be the addition of another function or two or changing the way in which one or two parameters are passed.
If there are major changes between the design document and the header files that are part of the final project, you will lose 5 points. This would indicate that you didn't give sufficient thought to your design before beginning the implementation.