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
What are multiple inheritances (virtual inheritance)?
How do you clear a buffer in c++?
What do you mean by const correctness?
Is arr and &arr are same expression for an array?
What are the classes in c++?
How do you flush a buffer in c++?
What are c++ stream classes?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
Declare a class vehicle and make it an abstract data type.
How much maximum can you allocate in a single call to malloc()?
Are c and c++ similar?
What is the best c++ book for beginners?
What are the differences between the function prototype and the function defi-nition?
What is the benefit of learning c++?
What is heap sort in c++?