If All The Classes Used Parameterized Constructors And No #761
If all the classes used parameterized constructors and no default constructor 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: Multilevel Inheritance - Quiz No.2.
If all the classes used parameterized constructors and no default constructor then ___________
The object of lower level classes can’t be created
Object of lower level classes must call parent class constructors explicitly
Object of lower level classes must define all the default constructors
Only object of first class can be created, which is first parent