When an object of a derived class is instantiated, the base class’s ________ is called implicitly or explicitly to do any necessary initialisation of the base-class data members in the derived-class object.
1
inheritor
2
constructor
3
initialiser
4
destructor