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 is a dangling pointer in c++?
What is vector string in c++?
What is code reusability in c++?
How do you invoke a base member function from a derived class in which you have not overridden that function?
Does c++ support multilevel and multiple inheritances?
Why Pointers are not used in C++?
What is extern c++?
What are put and get pointers?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
What is a manipulator in c++?
Eplain extern keyword?
What do you mean by static variables?
What is the syntax for a for loop?
What is the difference between global variables and local variable
What is using namespace std in cpp?