Q:

Which constructor will be called first from the classes involved in single inheritance from object of derived class?

0

Which constructor will be called first from the classes involved in single inheritance from object of derived class?


  1. Base class constructor
  2. Derived class constructor
  3. Both class constructors at a time
  4. Runtime error

All Answers

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

(a).Base class constructor

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
If base class contains 2 nested classes, will it b... >>
<< Single level inheritance will be best for_________...