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
Why do we use double in c++?
What is setfill c++?
What are structs in c++?
What is c++ mutable?
Why is c++ considered difficult?
What is isdigit c++?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
When does a 'this' pointer get created?
Why c++ is not a pure oop language?
Does dev c++ support c++ 11?
What is the full form of dos?
What language does google use?
What do manipulators do?
What is singleton pattern in c++?
Which operator cannot overload?