MCQOPTIONS
Saved Bookmarks
| 1. |
Which among the following best describes destructor? |
| A. | A function which is called just before the objects are destroyed |
| B. | A function which is called after each reference to the object |
| C. | A function which is called after termination of the program |
| D. | A function which is called before calling any member function |
| Answer» B. A function which is called after each reference to the object | |