

MCQOPTIONS
Saved Bookmarks
1. |
Which class destructor will be called first, when following code go out of scope? |
A. | ~A() |
B. | ~B() |
C. | ~C() |
D. | ~B() and ~C()View Answer |
Answer» D. ~B() and ~C()View Answer | |