Answer
The Employee class might contain features relating to an employee’s name, address, years in service, etc. The FullTimeEmployee class might contain features relating to retirement benefits. The PartTimeEmployee class might contain features relating to hours worked per week, hourly wage, etc.
Work Step by Step
The Employee class might contain features relating to an employee’s name, address, years in service, etc. The FullTimeEmployee class might contain features relating to retirement benefits. The PartTimeEmployee class might contain features relating to hours worked per week, hourly wage, etc.