

MCQOPTIONS
Saved Bookmarks
1. |
When an object is passed to a function, its copy is made in the function and then ______________ |
A. | The destructor of the copy is called when function is returned |
B. | The destructor is never called in this case |
C. | The destructor is called but it is always implicit |
D. | The destructor must be user defined |
Answer» B. The destructor is never called in this case | |