Is It Compulsory For All The Classes In Multilevel Inheritance #764
Is it compulsory for all the classes in multilevel inheritance to have constructors defined explicitly if only last derived class object is created?
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.
Is it compulsory for all the classes in multilevel inheritance to have constructors defined explicitly if only last derived class object is created?
Yes, always
Yes, to initialize the members
No, it not necessary
No, Constructor must not be defined