Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You are asked to develop a system for an HR Department in a company. You should note the following: The Employees info need to be
You are asked to develop a system for an HR Department in a company.
You should note the following:
- The Employees info need to be stored: employee ID, name, department, rating.
- The departments can only be: IT, Marketing, Accounting, Production and HR.
- There are two types of employees: Daily-hire and Weekly-hire.
- To calculate the employees salaries, you need to multiply the rating by the number of days/weeks.
- Design a UML class diagram for the above application.
- Implement your answer in Java, make sure to use the correct OOP techniques to solve the problem.
- Create a test class, ask the employee to enter his details, then call the appropriate methods to display all info.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started