Answer Posted / harendra pal
It is a process during exception handling when the destructor is called for all local objects between the place where the exception was thrown and where it is caught.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the various arithmetic operators in c++?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
How does work in c++?
Will rust take over c++?
Does c++ cost money?
What is meant by forward referencing and when should it be used?
What are the 4 types of library?
What is c++ hiding?
What is a syntax in c++?
What methods can be overridden in java?
Comment on assignment operator in c++.
What return value must conversion operators have in their declaration?
Which programming language should I learn first?
What new()is different from malloc()?
Are iterators pointers?