Q:

If all the classes use private inheritance in multilevel inheritance then ______________

0

If all the classes use private inheritance in multilevel inheritance then ______________


  1. It will not be called multilevel inheritance
  2. Each class can access only non-private members of its parent
  3. Each subsequent class can access all members of previous level parent classes
  4. None of the members will be available to any other class

All Answers

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

(b).Each class can access only non-private members of its parent

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

total answers (1)

OBJECT ORIENTED PROGRAMMING INHERITANCE AND ITS TYPES MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Multilevel inheritance allows _________________ in... >>
<< Which Class is having highest degree of abstractio...