Write a program that uses the class salariedemployee given


Problem

Write a program that uses the class SalariedEmployee given in Display 14.4. Your program is to define a derived class called Administrator, which is to be derived from the class SalariedEmployee. You are allowed to change private in the base class to protected. You are to supply the following additional data and function members:

- A member variable of type string that contains the administrator's title, (such as Director or Vice President).

- A member variable of type string that contains the company area of responsibility (such as Production, Accounting, or Personnel).

- A member variable of type string that contains the name of this administrator's immediate supervisor.

- A protected member variable of type double that holds the administrator's annual salary. It is possible for you to use the existing salary member if you did the change recommended above.

- A member function called set Supervisor, which changes the supervisor name.

- A member function for reading in an administrator's data from the keyboard.

- A member function called print, which outputs the object's data to the screen.

- Finally, an overloading of the member function printCheck( ) with appropriate notations on the check.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write a program that uses the class salariedemployee given
Reference No:- TGS02746666

Expected delivery within 24 Hours