Q:

Which class constructor is called first when an object of derived class is created?

0

Which class constructor is called first when an object of derived class is created?


  1. Base class constructor
  2. Derived class constructor
  3. Firstly created derived class constructor
  4. Last created derived class constructor

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
All the derived classes can access only few member... >>
<< Which type of inheritance is most suitable for inh...