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 ________________

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 ________________ Correct Answer Multiple inheritance among nested classes, and single level for enclosing classes

This involves the same concept of inheritance, where the nested classes also follow the inheritance rules. The Enclosing classes are having single inheritance. Nested classes involves multiple.

Related Questions

If class C inherits class B and class B inherits class A ________________
If class C inherits class B. And B has inherited class A. Then while creating the object of class C, what will be the sequence of constructors getting called?