MCQOPTIONS
Saved Bookmarks
| 1. |
Which among the following describes a destructor? |
| A. | A special function that is called to free the resources, acquired by the object |
| B. | A special function that is called to delete the class |
| C. | A special function that is called anytime to delete an object |
| D. | A special function that is called to delete all the objects of a class |
| Answer» B. A special function that is called to delete the class | |