Q:

Which among the following is best to define hierarchical inheritance?

0

Which among the following is best to define hierarchical inheritance?


  1. More than one classes being derived from one class
  2. More than 2 classes being derived from single base class
  3. At most 2 classes being derived from single base class
  4. At most 1 class derived from another class

All Answers

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

 (a).More than one classes being derived from one class

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
Do members of base class gets divided among all of... >>
<< Can the derived class be made abstract if multiple...