Q:

Is it compulsory for all the classes in multilevel inheritance to have constructors defined explicitly if only last derived class object is created?

0

Is it compulsory for all the classes in multilevel inheritance to have constructors defined explicitly if only last derived class object is created?


  1. Yes, always
  2. Yes, to initialize the members
  3. No, it not necessary
  4. No, Constructor must not be defined

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(c).No, it not necessary

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING INHERITANCE AND ITS TYPES MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Multiple inheritance is ____________________... >>
<< Does following code show multiple inheritance?...