CMPU-235: Software Development Methodology
Final Project
Due: Friday, Jan. 22
These are specific grading criteria for the final project:
- Each group must submit something containing the interface (.h),
and object (.o) files, as well as an executable and any shared
implementation (.C) files.
- EACH .h file must be documented in a way that identifies the
author. (why you need to be told this I have no idea)
- Each .h file must also include the interface documentation, that
describes how to use the interface to your object classes.
- Each individual must submit their implementation files (.C)
The most important criteria for the final project will be that you
have something that compiles and runs. Projects that
attempt to do everything without getting anything to compile and run will
receive far lower grades than projects that attempt little and get it
to work.
Note that persistence was project #4. If persistence isn't working,
you will lose credit for project 4.
| Criterion | Value |
| Compiles | 50% |
| Object Creation (via UI) | 10% |
| Object Access (via UI) | 10% |
| Completeness | 10% |
| Design, Encapsulation, information hiding | 10% |
| Documentation | 10% |