1.

Choose the correct sequence of destructors being called for the following code.

A. ~A(), ~B(), ~C()
B. ~B(), ~C(), ~A()
C. ~A(), ~C(), ~B()
D. ~C(), ~B(), ~A()View Answer
Answer» E.


Discussion

No Comment Found