Q:

If class A has two nested classes B and C. Class D has one nested class E, and have inherited class A. If E inherits B and C, then:

0

If class A has two nested classes B and C. Class D has one nested class E, and have inherited class A. If E inherits B and C, then:


  1. It shows multiple inheritance
  2. It shows hierarchical inheritance
  3. It shows multiple inheritance
  4. Multiple inheritance among nested classes, and single level for enclosing classes

All Answers

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

 (d).Multiple inheritance among nested classes, and single level for enclosing classes

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
In hierarchical inheritance, all the classes invol... >>
<< Which among the following is false?...