Answer Posted / vishwa
we cannot say it destructors are not private. because for
empty class if we use delete operator then it is going to
delete the destructor which is private.
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
What is switch case in c++ syntax?
What is meant by the term name mangling in c++?
What is input operator in c++?
What is lambda expression c++?
Explain the differences between private, public and protected and give examples.
What are the advantages of using const reference arguments in a function?
Differentiate between a constructor and a method in C++.
What are destructors?
What is the v-ptr?
Is c++ low level?
Why is the function main() special?
daily Routine of father
What is pure virtual function? Or what is abstract class?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
Do you know what are static and dynamic type checking?