Q:

Which among the following defines single level inheritance?

0

Which among the following defines single level inheritance?


  1. One base class derives another class
  2. One derived class inherits from one base class
  3. One base class inherits from one derived class
  4. One derived class derives from another derived class

All Answers

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

 (b).One derived class inherits from one base 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
If class A and class B are derived from class C an... >>
<< If multi-level inheritance is used, First class B ...