Package solution


package solution
  • Classes
    Class
    Description
    Base abstract class for an Employee that contains an id, name, and address
    Represents a full time Employee with a salary.
    Represents an Hourly employee with an hourly rate and hours.
    Generates the payroll for a company.