MCQOPTIONS
Saved Bookmarks
| 1. |
Under what conditions a destructor destroys an object? |
| A. | scope of existence has finished |
| B. | object dynamically assigned and it is released using the operator delete. |
| C. | program terminated. |
| D. | both a and b. |
| Answer» E. | |