InterviewSolution
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 functionsThis question was addressed to me during an interview.My question is from Public Member Functions topic in portion Member Functions & its Types of Object Oriented Programming |
|
Answer» The correct answer is (c) Public MEMBER FUNCTIONS |
|