Answered step by step
Verified Expert Solution
Link Copied!

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.

  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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Android 4 Application Development

Authors: Reto Meier

3rd Edition

1118223853, 9781118223857

More Books

Students also viewed these Programming questions

Question

Let A and B be two events in a sample space with A B. Then, A B = .

Answered: 1 week ago

Question

11.5 Develop a central idea for a speech.

Answered: 1 week ago