what is virtual function?
Answer Posted / susanta samal
virtual function is used to prevent from more times
calling.That means if a function is declared as virtual
then its def will be diferent in base class & derived class
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
What are two types of polymorphism?
What exactly is polymorphism?
How do you answer polymorphism?
What is class in oop with example?
What is interface in oop?
Can an interface inherit a class?
What polymorphism means?
#include
when to use 'mutable' keyword and when to use 'const cast' in c++
What is for loop and its syntax?
Can you inherit a private class?
Which language is not a true object oriented programming language?
What is the point of polymorphism?
Why is static class not inherited?
What is destructor in oop?