Q:

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)

0

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)


  1. Private member functions
  2. Protected member functions
  3. Public member functions
  4. All member functions

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (c).Public member functions

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING MEMBER FUNCTIONS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which syntax among the following is correct for pu... >>
<< Which among the following is true for public membe...