Is it compulsory for all the classes in multilevel inheritance to have constructors defined explicitly if only last derived class object is created?
(a) Yes, always
(b) Yes, to initialize the members
(c) No, it not necessary
(d) No, Constructor must not be defined
I have been asked this question in class test.
I would like to ask this question from Multilevel Inheritance in section Inheritance & its Types of Object Oriented Programming