Do we have private destructors?
Answers were Sorted based on User's Feedback
Answer / jack
No we cannot have private destructors and private
constructors.........
| Is This Answer Correct ? | 4 Yes | 23 No |
Are c and c++ different?
Write a function that swaps the values of two integers, using int* as the argument type?
Describe delete operator?
What is c++ map?
What is #include iostream in c++?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
What is virtual destructor? What is its use?
write the prime no program in c++?
What are default parameters? How are they evaluated in c++ function?
How the programmer of a class should decide whether to declare member function or a friend function?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
What is a "RTTI"?