If A Class Contains 2 Nested Class And Is Being Inherited By #777
If a class contains 2 nested class and is being inherited by another class, will there be any multiple inheritance?
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: Multiple Inheritance - Quiz No.2.
If a class contains 2 nested class and is being inherited by another class, will there be any multiple inheritance?
No, only single level inheritance is used
No, only multilevel inheritance is used
Yes, because 3 classes are involved
Yes, because more than 1 classes are being derived