Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What happens if an exception is throws from an, object's
constructor and object's destructor?

Answer Posted / som shekhar

When an exception is thrown from the object constructor,
then the destructor of the object wont be called. But to
undone all the things that happened in the c'tor before the
exception is thrown, you can make use of smart
pointer(either boost smart pointer or std auto pointer).

when an exception is thrown from the destructor the compiler
terminates the application.

So it is advisable not to throw an exception in the
destructor , better to do "something else".

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differences between private, protected and public and give examples.

998


Explain virtual destructor?

1118


Mention the storage classes in c++.

1025


What is the difference between struct and class?

1422


Tell me difference between constant pointer and pointer to a constant.

1108


If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?

985


Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c

1228


What is switch case in c++ syntax?

1047


What is c++ hiding?

1113


What is difference between n and endl in c++?

1028


What do you mean by translation unit in c++?

1277


Write a program which uses Command Line Arguments

1110


What is the difference between public, private, and protected access?

1009


List the special characteristics of constructor.

1124


Do vectors start at 0?

942