Help me please!!!!
A college director wants to store the details of employees in an electronic format (name, address, title, telephone number and date of birth). The college director wants the system to allow for updating the details as well as adding or deleting employees. You have been asked to do the followings: 1. Identify the various elements of this system using an object-based design and clearly identify classes, attributes and associated methods from the above specification. (1.1, 2.1) 2. Produce an object-based design linked to the scenario described in the brief. (2.2) The college director has now decided to improve the system so that it includes the students, academic and administration staff of each department. The system should be able to show the qualifications, schedule and courses of each lecturer is working on. Also, it should be able to show the ID and the course each student has registered on. A lecturer can lecture on different units of different courses. Students can enrol on different part time courses but only one full time course. You have been asked to 3. Modify your design to take into account the above improvements. (3.2) The college director wants to improve the system so that it is possible to store the details of students on a waiting list in a queue. 4. Produce an additional modification that will establish a queuing system that allocates places on a first come first served (3.1) 5. Implement the above design. (1.2)
