1.

In case of inheritance where both base and derived class are having constructor and destructor, then which if the following are true ?1. Constructors are executed in their order of derivation2. Constructors are executed in reverse order of derivation3. Destructors are executed in their order of derivation4. Destructors are executed in reverse order of derivation

A. Only 2 ,4
B. Only 1 , 3
C. Only 1 , 4
D. Only 2, 3
Answer» D. Only 2, 3


Discussion

No Comment Found