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


Please Help Members By Posting Answers For Below Questions

What are multiple inheritances (virtual inheritance)?

788


What is a terminating character in c++?

1007


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

1016


Write some differences between an external iterator and an internal iterator?

790


what are the characteristics of Class Members in C++?

797


Why c++ is better than c language?

778


Is c++ the best programming language?

738


Define a nested class.

814


Is it possible to provide special behavior for one instance of a template but not for other instances?

821


Is recursion allowed in inline functions?

788


What is a c++ class?

842


What is boyce codd normal form in c++?

895


What is a friend function in c++?

1006


What is type of 'this' pointer? Explain when it is get created?

769


what is Loop function? What are different types of Loops?

880