What happens if an exception is throws from an object's
constructor and from object's destructor?
Answer Posted / rajesh
exception from object's destructor - could terminate the
program while stack unwinding.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can member functions be private?
What is the average salary of a c++ programmer?
Why namespace is used in c++?
What does obj stand for?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
Is empty stack c++?
What are manipulators in c++ with example?
What is meant by a delegate?
What is virtual destructor? What is its use?
Is it possible to have a recursive inline function in c++?
How can I improve my c++ skills?
Why would you use pointers in c++?
Is c++ proprietary?
What is #include c++?
How do you differentiate between overloading the prefix and postfix increments?