Question: Create a class called Payroll . This class must have the following private data an ArrayList of Employees This class must have the following methods
Create a class called Payroll.
This class must have the following private data
an ArrayList of Employees
This class must have the following methods
constructors
addEmployee
getEmployee
removeEmployee
toString (prints the payroll for the company)
totalPayroll (finds the total amount of money paid to employees)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
