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
Explain differences between alloc() and free()?
write a function signature with various number of parameters.
Explain queue. How it can be implemented?
What is an undefined reference/unresolved external symbol error and how do I fix it?
Do you know what are static and dynamic type checking?
What is #include iostream in c++?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
What does n mean in c++?
What is pointer in c++ with example?
What is the difference between a template and a macro?
What are literals in C++?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What is c++ array?
What is increment operator in c++?
What are the advantages of c++?