What happens if an exception is throws from an, object's
constructor and object's destructor?
Answer Posted / dee
if the exception is thrown in constructor, its caught or
function terminate will eb called.
U cannot throw exception from destructor
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the difference between the parameter to a template and the parameter to a function?
What is setfill c++?
write a programme to get a character and thier ASCII value
Who discovered c++?
How many characters are recognized by ANSI C++?
What is the difference between a declaration and a definition?
What is pointer in c++ with example?
what is upcasting in C++?
How does c++ sort work?
What does it mean to declare a member function as static?
What you know about structures in C++?
what is multi-threading in C++?
List the special characteristics of constructor.
What is struct c++?
How static variables and local variablesare similar and dissimilar?