Posted By: frazer |
3/18/2007 4:58:00 PM |
|
|
Hi, I've a project to do and I'm finding some of it rather tough going! I have to create an Employee class which is a super class. It has two sub-classes Consultant and Manager. I also have to create an Assignment Class and a Project class and here is where my trouble starts. The Assignment class is to add an employee to a project. Assignment contains employees, start dates and stop dates.
The Project class has a name a number of assignments, a director, a start date, end date and a list of experts.
PLEASE HELP!
|
|