what is virtual function?
Answer Posted / b.mamatha
A virtual function or virtual method is a function or method
whose behaviour can be overridden within an inheriting class
by a function with the same signature. This concept is a
very important part of the polymorphism portion of
object-oriented programming (OOP).
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Get me a number puzzle game-program
Can you inherit a private class?
what is the sylabus for priliminaries?
can inline function declare in private part of class?
what is difference between class template and template class?
what are the realtime excercises in C++?
any one please tell me the purpose of operator overloading
What is the advantage of oop over procedural language?
What is methods in oop?
Why do pointers exist?
Is enum a class?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Can we create object of abstract class?
Can we override main method?
Can enum be null?