You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program will use inheritance with some Employee classes.
There will be a Parent class called Employee, and 2 sub or child
classes that inherit from the Employee class. They will be called
SalaryEmployee and HourlyEmployee.