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
Explain the operation of overloading of an assignment operator.
What is the difference between method overloading and method overriding in c++?
What is the difference between a template and a macro?
How is computer programming useful in real life?
What is helper in c++?
Describe linkages and types of linkages?
List the advantages of inheritance.
How do you declare a set in c++?
How to demonstrate the use of a variable?
Describe public access specifiers?
What is pointer to array in c++?
What is buffering in c++?
What is null c++?
What kind of jobs can I get with c++?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?