Which class constructor is called first when an object of derived class is created?
(a) Base class constructor
(b) Derived class constructor
(c) Firstly created derived class constructor
(d) Last created derived class constructor
The question was asked in an internship interview.
This intriguing question originated from Hierarchical Inheritance topic in division Inheritance & its Types of Object Oriented Programming