If all the classes used parameterized constructors and no default constructor then ___________
(a) The object of lower level classes can’t be created
(b) Object of lower level classes must call parent class constructors explicitly
(c) Object of lower level classes must define all the default constructors
(d) Only object of first class can be created, which is first parent
The question was asked in class test.
Question is taken from Multilevel Inheritance topic in portion Inheritance & its Types of Object Oriented Programming