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
Write a program which employs Recursion
Define pure virtual function?
What are static type checking?
what are function pointers?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
Define a pointer to a data member of the type pointer to pointer?
What is the full form of ios?
What is binary search in c++?
Define upcasting.
What are the advantages of using a pointer?
What is c++ mutable?
What are the benefits of c++?
Out of fgets() and gets() which function is safe to use and why?
Which operations are permitted on pointers?
What is c++ 11 and c++ 14?