Which Among The Following Is True #170
Which among the following is true?
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 Constructors and Destructors - OOPs MCQ: Execution of Constructor or Destructor - Quiz No.1.
Which among the following is true?
First the constructor of parent classes are called in sequence of inheritance
First the constructor of child classes are called in the sequence of inheritance
First constructor called is of the object being created
Constructors are called randomly