If Class A Has Two Nested Classes B And C Class D Has One #729
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 ________________
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Inheritance & its Types - OOPs MCQ: Types of Inheritance - Quiz No.1.
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 ________________
It shows multiple inheritance
It shows hierarchical inheritance
It shows multiple inheritance
Multiple inheritance among nested classes, and single level for enclosing classes