I have an assignment that is asking for:
2) FullTime has its own private data member called salary
a. Its constructor has two parameters (name and salary) which invokes the constructor for Employee
b. It has a function printFullTime that invokes the printEmployee function and also prints the salary
c. It has a function printWages that calls printFullTime
When it says to have printFullTime invoke printEmployee, does it mean to do this?: