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...


Is deconstructor overloading possible? If yes then explain and if no
Then why?



Is deconstructor overloading possible? If yes then explain and if no Then why?..

Answer / hrpynux@gmail.com

No, we cannot overload a destructor of a class in C++ programming. Only one empty destructor per class should be there.So, multiple destructor with different signatures are not possible in a class. Hence, overloading is also not possible.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ Interview Questions

What is a COPY CONSTRUCTOR and when is it called?

0 Answers   IBS,


Difference between function overloading and function overriding.

0 Answers   Alter,


What's the value of the expression 5["abxdef"]?

0 Answers  


What does it mean to declare a function or variable as static?

0 Answers   Amazon,


What is the meaning of the following declaration: int *const *const *i?

0 Answers   Adobe,


What is the difference between realloc() and free() in C++?

0 Answers   IBS, TCS,


Tell me about virtual function

1 Answers  


What are string library functions(syntax).

0 Answers   Accenture,


Explain function prototypes in C++.

0 Answers   Aricent,


What is a memory leak in C++?

0 Answers   Agilent,


Can we call a virtual function from a constructor?

1 Answers  


Factory Method C++ – How to delete pointers returned by it

0 Answers  


Categories