How do you know that your class needs a virtual destructor?
Answer Posted / nishikant sahu
If programmer intended to act the class as a BASE class
somewhere then it is rule of thumb or good programming that
you have to have declare your constructor virtual.
Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What are multiple inheritances (virtual inheritance)?
What is a terminating character in c++?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Write some differences between an external iterator and an internal iterator?
what are the characteristics of Class Members in C++?
Why c++ is better than c language?
Is c++ the best programming language?
Define a nested class.
Is it possible to provide special behavior for one instance of a template but not for other instances?
Is recursion allowed in inline functions?
What is a c++ class?
What is boyce codd normal form in c++?
What is a friend function in c++?
What is type of 'this' pointer? Explain when it is get created?
what is Loop function? What are different types of Loops?