What happens if an exception is throws from an object's
constructor and from object's destructor?
Answer Posted / reegan
if an exception is throws from object constructor, it is
caught by catch block .the same thing is happen in the objects
destructor.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What are the comments in c++?
what does the following statement mean? int (*a)[4]
What happens when you make call 'delete this;'?
Can static member variables be private?
What are compilers in c++?
What is a null object in c++?
Can I create my own functions in c++?
What are the two types of comments?
List the merits and demerits of declaring a nested class in C++?
what is VOID?
What is the use of vtable?
How many different levels of pointers are there?
What is object file? How can you access object file?
What are the effects after calling the delete this operator ?
Differentiate between an array and a list?