what is virtual function?
Answer Posted / diwakar saraswat
virtual function is a member function of the class.
virtual function declare with virtual keyword.
once virtual function declare in base class, we can define
this function in drive class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does it mean when someone says I oop?
Why do we use class?
What is advantage of inheritance?
Get me an image implementation program.
What is polymorphism give a real life example?
Can destructor be overloaded?
What is class and example?
How Do you Code Composition and Aggregation in C++ ?
i got a backdoor offer in process global,Bangalore..Can i work with it?
what are the realtime excercises in C++?
What are properties in oop?
Why is oop useful?
Write a program to reverse a string using recursive function?
Can you explain polymorphism?
What is an interface in oop?