Problem
The class Salaried Employee inherits both of the functions get Name and print Check (among other things) from the base class Employee, yet only the function declaration for the function print Check is given in the definition of the class Salaried Employee. Why isn't the function declaration for the function get Name given in the definition of Salaried Employee?