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

Can we call C++ OOPS? and Why

0 Answers  


It is possible to build a C++ compiler on top of a C compiler. How would you do this?

0 Answers   Amazon,


What is Copy Constructor?

5 Answers   ABC, Siemens,


How will you execute a stack using a priority queue? (Push and pop should be in O (1)).

0 Answers   Adobe,


How to generate random numbers in C++ with a range?

0 Answers  


What is the difference between Stack and Queue in C++?

0 Answers   Global Logic, iNautix,


C++ supports multiple inheritance. What is the “diamond problem” that can occur with multiple inheritance? Give an example.

0 Answers  


Explain why C++ is not purely Object Oriented Language

0 Answers   Aspire,


Do you know about Agilent PRECOMPILERS. ?

0 Answers   Agilent,


Explain what happens when an exception is thrown in C++.

0 Answers   Amazon,


What is a class in C++?

1 Answers   Amazon, TCS, UGC Corporation,


What is the difference between virtual functions and pure virtual functions?

1 Answers  


Categories