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
Should the this pointer can be used in the constructor?
What is a node class in c++?
Are c and c++ different?
State two differences between C and C++.
What is function overloading c++?
Why is c++ still best?
Mention the storage classes in c++.
What is void pointer in c++ with example?
Explain the operation of overloading of an assignment operator.
Can non graphic characters be used and processed in C++?
What is long in c++?
How would you call C functions from C++ and vice versa?
What are keywords in c++?
What is the best way to take screenshots of a window with c++ in windows?
Explain what you mean by a pointer.