Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Java Programming with Objects: Assignment #4 Employee Management System Assignment Objectives To evaluate students problem-solving skills. In Particular this assignment assesses students learning of the
Java Programming with Objects:
Assignment #4
Employee Management System
Assignment Objectives
To evaluate students problem-solving skills. In Particular this assignment assesses students learning of the following technical skills.
- Creation of Java Objects
- Concept of encapsulation
- Application of java array
Employee management system
Use java arrayS to store, update, delete and retrieve employee information. your Assignment 4 program enables.
- Registering employees and storing the information in array
- Searching a record of a particular employee by using employee id.
- Updating employee record
- Deleting employee record
- Employee Class with the attributes of Employee ID, First Name, Middle Initial, Last Name, Date of Employment.
- Employee Type Class that has two instances of Employee Type objects: salaried and hourly. Each object will have methods that calculates employees payroll , but you must handle the calculation in a method. Assume that you have hourly employees who work overtime and if the hours they worked over 40 hours, they must be paid one-and-one-half times the regular rate ofpay for all hours worked over 40 hours. Both federal and state tax must be calculated
- Address Class that handles address of the employee: attributes include street address, city, state, zip code,
- Contact Class - The Contact class will have email and phone attributes, you may also create an instance of Address object.
The above four classes are required, but you can add more if you want to make your program a realistic application of the real world.
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