Answer Posted / subrat
Hi all,
Please visit this url for more clarity on "Private
destructors"
http://www.codeguru.com/cpp/cpp/cpp_mfc/stl/article.php/c414
3/
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different types of polymorphism in c++?
What are c++ files?
Define a conversion constructor?
How are virtual functions implemented in c++?
Describe delete operator?
How do you define/declare constants in c++?
What is the use of register keyword with the variables?
Where is atoi defined?
How to give an alternate name to a namespace?
Can I make ios apps with c++?
What is an adaptor class or wrapper class in c++?
What are the vectors in c++?
Explain what are mutator methods in c++?
What is the use of main function in c++?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?