SHARE
SPREAD
HELP

The Tradition of Sharing

Help your friends and juniors by posting answers to the questions that you know. Also post questions that are not available.


To start with, Sr2Jr’s first step is to reduce the expenses related to education. To achieve this goal Sr2Jr organized the textbook’s question and answers. Sr2Jr is community based and need your support to fill the question and answers. The question and answers posted will be available free of cost to all.

 

#
Authors:
Walter Savitch ,julia Lobur
Chapter:
Inheritance
Exercise:
Programming Projects
Question:1 | ISBN:9780321531346 | Edition: 7

Question

Write a program that uses the class SalariedEmployee in Display 15.4. Your program is to define a 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 earlier.

  • 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.

  • An overloading of the member function print_check( ) with appropriate notations on the check.

TextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbook

Sorry the answer is not available at the moment…

If you are able to find the answer, please make sure to post it here. So that your Juniors have smile on their lips and feel happy.

Spread the 'tradition of sharing'.