Package solution
package solution
-
ClassesClassDescriptionBase abstract class for an Employee that contains an id, name, and addressRepresents a full time Employee with a salary.Represents an Hourly employee with an hourly rate and hours.Generates the payroll for a company.