InterviewSolution
Saved Bookmarks
| 1. |
Can You Explicitly Call A Destructor On A Local Variable? |
|
Answer» No, the DESTRUCTOR is called when the block closes in which the local variable was created. No, the destructor is called when the block closes in which the local variable was created. |
|