MCQOPTIONS
Saved Bookmarks
| 1. |
What is the purpose of Destructor methods? |
| A. | destructor methods creates instances of the class |
| B. | destructor methods releases memory and resources allocated to objects when they were created |
| C. | destructor methods converts type of objects. |
| D. | destructor methods copies contents of one object to another. |
| Answer» C. destructor methods converts type of objects. | |