when can we use virtual destructor?
Answer Posted / neeraj tyagi
I agreed with Pradeep's answer:)
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
What is array in c++ example?
What is stoi in c++?
Can we use this pointer in a class specific, operator-overloading function for new operator?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
Is c or c++ more useful?
What is vectorial capacity?
What do you understand by a pure virtual member function?
What is operators 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?
what is C++ exceptional handling?
What c++ is used for?
What is auto type c++?
How the programmer of a class should decide whether to declare member function or a friend function?
Why namespace is used in c++?