Project 4 Design
Due Date
- Before midnight, Sunday 11/17/02
- No late designs accepted
Objective
The objective of this assignment is to make sure that you begin thinking
about your project in a serious way early. This will not only give you
experience doing design work, but will help you anticipate the number of
hours that you'll need to set aside to be able to complete the project.
The Assignment
Your design document should consist of a reasonable attempt at the writing of
the class definitions for all classes in this project.
Write them assuming that you will be implementing all
functionality.
Be sure to use const
everywhere that is appropriate.
Provide justification for any Date class methods you deem necessary
over and above those specified.
What To Turn In
This design document is to be a plain text file created using a text editor.
Do NOT use a word processor to create this document. The file MUST be
called design4.txt
Grading
Your design4.txt file will count as 10% of your Project 4 grade. If this
file is not submitted by its due date, or if you submit a new version
after its due date, you will lose all 10 points.
Your design4.txt file will be assessed as to whether or not you made a reasonable
attempt at writing the class definitions for the required classes.
Anywhere from 0 to 10 points may be deducted, depending
on how sincere and complete your attempt was.
Submitting the Design File
To submit your design document, type the following at the Linux prompt.
Note that the project name starts with uppercase 'P'.
submit cs202 Proj4 design4.txt
To verify that your design document was submitted, type the
following command at the Linux prompt. It will show all files that
you submitted in a format similar to the Linux 'ls' command.
submitls cs202 Proj4