Coursework 3

IN3013/INM173 - Object Oriented Programming in C++

This coursework explores a mixture of inheritance and template classes. The application is a simple appointment book. It is due on Tuesday 16th March, and counts for 12% of the module marks.

For this task, you will be using the Date class from week 3. Just copy the file date.cc into the directory containing your program, and add

    #include "date.cc"
near the top of your source file.

Pair working

If you wish, you may work on and submit this coursework in pairs. Undeclared pairs will be referred to the academic misconduct procedure - ``We worked together'' will not be an excuse.

A pair should submit a single solution, with both names on it. A pair submission will obtain approximately 95% of the marks that an identical single submission would have obtained, so pairs are expected to do slightly more work than singles:

but even if you don't do this, you can expect a good mark if you do the basic task successfully and neatly.

Individuals should not do this extra task.

You don't have to what you did (pair or single) for the previous courseworks.