If Multilevel Inheritance Is Used First Class B Inherits Class #734
If multi-level inheritance is used, First class B inherits class A, then C inherits B and so on. Till how many classes can this go on?
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.2.
If multi-level inheritance is used, First class B inherits class A, then C inherits B and so on. Till how many classes can this go on?
Only till class C
Only till class J
Only till class Z
There is no limit