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?
(a) Only till class C
(b) Only till class J
(c) Only till class Z
(d) There is no limit
The question was posed to me in quiz.
This intriguing question originated from Types of Inheritance in chapter Inheritance & its Types of Object Oriented Programming