Answer Posted / pooja
no we do not have private destructors because the
destructors can be declared only in public access
specifier.
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
Write a program to find the Fibonacci series recursively.
Is c++ used anymore?
What is #include iomanip?
Is c++ a good beginners programming language?
What are the advantages of early binding?
What causes a runtime error c++?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
Describe new operator and delete operator?
What is endianness?
What are maps in c++?
Where must the declaration of a friend function appear?
What are c++ files?
How to demonstrate the use of a variable?
Why would you use pointers in c++?
What problems might the following macro bring to the application?