what is virtual function?
Answer Posted / m.ahmad
Virtual function means the function which is use in base class
and also use in drive class with same name and same arguments
then we use a keyword virtual with base class.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is object in oop?
What does no cap mean?
What is the real time example of encapsulation?
What is ambiguity in inheritance?
What is the importance of oop?
What is a class and object?
Is enum a class?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What does oop mean in snapchat?
What is super in oop?
What are the important components of cohesion?
What is abstraction in oop?
What is difference between abstraction and encapsulation?
How to call a non virtual function in the derived class by using base class pointer