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
Is oops and c++ same?
Define stacks. Provide an example where they are useful.
Describe friend function & its advantages.
What do you mean by early binding?
Difference between pointer to constant vs. Pointer constant
What is stream and its types in c++?
What does it mean to declare a member function as virtual?
Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.
What is a try block?
Can I learn c++ as my first language?
What is polymorphism used for?
Describe private, protected and public?
write a programe to calculate the simple intrest and compund intrest using by function overlading
Differentiate between the manipulator and setf( ) function?
what are the types of Member Functions?