MCQOPTIONS
Saved Bookmarks
| 1. |
What happens when an object is passed by reference? |
| A. | Destructor is not called |
| B. | Destructor is called at end of function |
| C. | Destructor is called when function is out of scope |
| D. | Destructor is called when called explicitly |
| Answer» B. Destructor is called at end of function | |