what is virtual function?
Answer Posted / bhupendra more
A function qualified by the virtual keyword. When a virtual
is called via a pointer,the class of the object pointed to
determine which function definition will be used. Virtual
function implement polymorphism. whereby objects belonging
to different classes can respond to the same massage in
different way.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why do we need oop?
What is oops concept with example?
What is the purpose of enum?
Is this job good for future? can do this job post grduate student?
why reinterpret cast is considered dangerous?
What is overriding vs overloading?
how to get the oracle certification? send me the answer
what are the ways in which a constructors can be called?
Give two or more real cenario of virtual function and vertual object
What is static in oop?
What is meant by multiple inheritance?
Why is static class not inherited?
What is the difference between procedural programming and oops?
What is overloading and its types?
Can we create object of abstract class?