In C++ inheritance, which constructor is called first when an object of a derived class is created?
Derived class constructor
Base class constructor
Constructors are called randomly
t depends on access specifier
This question is part of this quiz :
C++ Virtual Functions