CISC 213 Assignment Guidelines

 

You will do a programming project of your choice from each chapter.

1.      Use employee objects rather than integers

2.      Put the new functionality in a derived class

3.      Echo all input and output to a printer output file

4.      Documentation at the top must include

a.       File name

b.      Chapter and problem number

c.       Description

d.      Your name

e.       Date written

5.      Turn in

a.       Super class using employee objects

b.      Subclass showing new functionality

c.       Demo program demonstrating new functionality

d.      Output file showing all user input and output