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
What do you understand by zombie objects in c++?
What is endl?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
what are the characteristics of Class Members in C++?
What is c++ in english?
What is private inheritance?
What are the restrictions apply to constructors and destructors?
What is a storage class?
What is the use of volatile variable?
What is an iterator class in c++?
What is main function in c++ with example?
Define friend function.
What is a static member?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
What is the standard template library (stl)?