Is deconstructor overloading possible? If yes then explain and if no
Then why?
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 |
Explain the operator overloading feature in C++ ?
What are the different scope C++ provide ?
What is meant by exit controlled loop?
How do you work around them?
How to delete array of objects in C++? Proof by C++ code for proper deletion
Difference between Call by pointer and by reference.
Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.
C++ supports multiple inheritance. What is the “diamond problem” that can occur with multiple inheritance? Give an example.
What is constant keyword in C++? Illustrate its various uses.
0 Answers Akamai Technologies, Infogain,
When must you use a constructor initializer list?
Define an Abstract class in C++?
What are string library functions(syntax).