Question: 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.

  1. Registering employees and storing the information in array
  2. Searching a record of a particular employee by using employee id.
  3. Updating employee record
  4. Deleting employee record

  1. Employee Class with the attributes of Employee ID, First Name, Middle Initial, Last Name, Date of Employment.
  2. 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
  3. Address Class that handles address of the employee: attributes include street address, city, state, zip code,
  4. 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!