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
How a modifier is similar to mutator?
What is stack unwinding?
What does n mean in c++?
Write a program which uses Command Line Arguments
How do you establish an is-a relationship?
What is the best c++ compiler?
Can I learn c++ without learning c?
What are the advantages of c++ over c?
Explain mutable storage class specifier.
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
Why use of template is better than a base class?
How do you clear a buffer in c++?
Can we overload operator in c++?
Why is standard template library used?
What things would you remember while making an interface?