Is deconstructor overloading possible? If yes then explain and if no
Then why?
Answer Posted / 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 View All Answers
What is fflush c++?
Is python better than c++?
How do pointers work?
What are libraries in c++?
What jobs can you get with a c++ certification?
What is pointer in c++ with example?
What are the data types in oop?
What c++ is used for?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Explain function overloading
In C++ what is the meaning of data hiding?
Explain Text Manipulation Routines?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
Should I learn c or c++ or c#?