Fall 2003/Spring 2004: CS333 - Problem Solving and Object Oriented Programming in C++
 [ Home | Schedule | Personal Progress | Search | Glossary | Help ]


Assignment 3: Implement a "TimeDate" class

Objectives:

Functional Requirements:

In this assignment you are to implement a "TimeDate" class with features given below. A "TimeDate" is represents by a date and time (e.g. 3:30PM on 21SEP2003). This class will be built using a Date class and a Time class object (more details below) and thus will have data members for these types.

Features of the "TimeDate" class: 

Non-functional Requirements:

Submission: