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
How many characters are recognized by ANSI C++?
What are libraries in c++?
What is a stack? How it can be implemented?
How would you differentiate between a pre and post increment operators while overloading?
Is c++ fully object oriented?
Mention the ways in which parameterized can be invoked. Give an example of each.
In c++, what is the difference between method overloading and method overriding?
Can malloc be used in c++?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
What is insertion sorting?
Why is c++ difficult?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What is std :: endl?
What is type of 'this' pointer?
What is singleton class in c++?