what is virtual function?
Answer Posted / bhupendra singh
virtual function can be used to override the propertis of a
function.it is part of polymerphism.it is normaly used in inheritance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is class encapsulation?
What is meant by oops concept?
What is abstraction in oops?
What is cohesion in oop?
Can destructor be overloaded?
What is encapsulation in simple terms?
What is polymorphism and types?
What is polymorphism oop?
Why is object oriented programming so hard?
Which language is not a true object oriented programming language?
Which is not an object oriented programming language?
What is encapsulation in oop?
How can you overcome the diamond problem in inheritance?
What are oops functions?
What is destructor example?