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,


What is an abstract class in C++

0 Answers   SwanSoft Technologies,


What is Advantage and Use of THIS pointer in C++ – Scenarios?

0 Answers  


What is function overloading and operator overloading in C++?

0 Answers   IBS, TCS,


Write a program to read two numbers from the keyboard and display the larger value on the screen

1 Answers  


Write a program to generate the Fibonocci Series in C++.

0 Answers   Accenture,


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

1 Answers  


Briefly explain various access specifiers in C++.

0 Answers   Amdocs,


Can we use THIS Pointer in static function – Reason in C++?

0 Answers  


What is the difference between an ARRAY and a LIST in C++?

1 Answers   IBS, TCS,


How many times will this loop execute? Explain your answer.

0 Answers  


How to convert integer to string in C++

0 Answers  


Categories