What happens if an exception is throws from an object's
constructor and from object's destructor?
Answer Posted / reegan
if an exception is throws from object constructor, it is
caught by catch block .the same thing is happen in the objects
destructor.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
What are register variables?
How do you find out if a linked-list has an end?
Is c++ platform dependent?
Explain the concept of friend function in c++?
When is the copy constructor called?
Explain friend class?
What do you mean by inheritance in c++?
What is the array and initializing arrays in c++?
How would you use the functions sin(), pow(), sqrt()?
What is a forward referencing and when should it be used?
What is capacity in vector in c++?
Explain the operation of overloading of an assignment operator.
why is iostream::eof inside a loop condition considered wrong?
How will you call C functions from C ++ and vice-versa?