- Assignment 01 Suppose You Are Assigned A Task To Develop A System For An It Firm It Firm Needs To Manage Information Ab 1 (28.98 KiB) Viewed 63 times
Assignment 01 Suppose you are assigned a task to develop a system for an IT firm. It firm needs to manage information ab
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Assignment 01 Suppose you are assigned a task to develop a system for an IT firm. It firm needs to manage information ab
Assignment 01 Suppose you are assigned a task to develop a system for an IT firm. It firm needs to manage information about its Employees. Employee class has first name, last name and date of birth, gender, address, salary and Manager. Employee can mark attendance, view attendance, view task assigned, view current manager assigned to him if any. There are 3 specific types of Employee, Director, Manager and Team Lead. All of them have all the attributes and methods same as Employee plus some extra methods or fields. Director can call BOG meeting and select manager for a project Manager can assign Team Lead to each team, Manager can get daily report of the project. Team Lead divide the work among the team and can maintain daily progress of projects To do: Draw a UML class diagram for the given scenario. Convert the class diagram into code Marks would be given on the basis of: • Correctness • Completeness • Correct naming conventions