Lez's home   MSc Degree   -   Next page  
Object Oriented Programming & Design

Lesley Bullwer &
Mingguang Liu


MSc IT – Full Time

Summative Assignment 1

Use of Class Dial


March 2000

For: Terry Chapman


Assignment

These notes are taken from the assignment worksheet produced by course tutor, Terry Chapman, and are dated 16 February 1999.

Purpose

The purpose of this coursework is diagnostic and for grading purposes and will contribute 40% of the final marks for the module.

The areas being tested are:-

Teams

This assignment is to be carried out by teams consisting of two students submitting a single assignment for the group.

Specification

A Dial is a representation of real-world objects such as one hand of a clock or a single dial of an electricity meter. Dials have the following attributes:-

Implement a class Dial using header (.h) and implementation (.cpp) files. Test this class with the supplied test program testdial.cpp.

Implement a class Clock24 using header and implementation fiiles that represents a 24 hour clock by making use of 2 Dials - one for the miuntes and one for the hours. Test this class with the supplied test program testclk.cpp.

Your program should be a DOS executable and should not use screen manipulation functions.



Lez's home   MSc Degree   -   Next page  
Copyright 2000 Lez Bullwer