Create a class called employee with name


Create a class called Employee with name, IDNo, address, and phone number as attributes. Create the setter and getter methods for the class. Create a customer method that calculates the total weekly wage, and another that calculates the tax. Both methods should receive arguments to do the calculations.

Create an EmployeeTester class to test the Employee class. Create at least two employees.

The Employee class must have a parameterized constructor and a tellAboutSelf methods. it should run correct.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Create a class called employee with name
Reference No:- TGS0531538

Expected delivery within 24 Hours