

MCQOPTIONS
Saved Bookmarks
1. |
Which type of member functions get inherited in the same specifier in which the inheritance is done? (If private inheritance is used, those become private and if public used, those become public) |
A. | Private member functions |
B. | Protected member functions |
C. | Public member functions |
D. | All member functions |
Answer» D. All member functions | |