InterviewSolution
Saved Bookmarks
| 1. |
Write About The Stack Unwinding? |
|
Answer» Stack UNWINDING is a process in which a destructor is invoked in a particular PROGRAM for destroying all the LOCAL objects in the stack between THROWING and catching of an exception. Stack unwinding is a process in which a destructor is invoked in a particular program for destroying all the local objects in the stack between throwing and catching of an exception. |
|