Java Code
Completion requirements
Make a submission
Opened: Monday, 4 October 2021, 12:00 AM
Due: Wednesday, 19 October 2022, 11:59 PM
Please create a UML diagram for the below scenario. You do not need to implement the logic; I just want the classes and the layouts/functions that may be included. Just think about these as independent classes for now.
A company has come to us needing a time billing system. An Employee has a timecard. A Client is charged per hour a specific rate depending on the level of the Employee. A Bill is sent to the Client based on the Timecard, and the Client pays the Bill.
- Classes we will likely need…
- Client
- Employee
- Timecard
- Bill
- Determine what can be done to each object
- Determine what each object is allowed to do to other objects
- Determine the parts of each object that will be visible to other objects