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
What do you mean by const correctness?
What is a .lib file in c++?
Is java easier than c++?
What is general form of pure virtual function? Explain?
Can you please explain the difference between using macro and inline functions?
What is the use of endl in c++ give an example?
How can we access protected and private members of a class?
Can java be faster than c++?
What is the difference between the compiler and the preprocessor?
Write a program to interchange 2 variables without using the third one.
What is #include iomanip?
Differentiate between an inspector and a mutator ?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Who calls main function?
What will the line of code below print out and why?