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
Why should you learn c++?
Explain the term memory alignment?
Is java the same as c++?
What is an operator function? Describe the function of an operator function?
Is atoi safe?
Where do I find the current c or c++ standard documents?
What is a manipulator in c++?
Why is main function important?
Name the implicit member functions of a class.
What is function overriding in c++?
What relational operators if statements in c++?
Why is "using namespace std;" considered bad practice?
What is the size of integer variable?
Does c++ have a hash table?
When do you call copy constructors?