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 is solid in oops?
Write a program to reverse a string using recursive function?
Whats is abstraction in oops?
Can we define a class within the interface?
What is the point of oop?
What is the real time example of inheritance?
What is the problem with multiple inheritance?
Are polymorphisms mutations?
Is abstract thinking intelligence?
Can a varargs method be overloaded?
Can bst contain duplicates?
What are the 4 pillars of oop?
Explain the advantages of inheritance.
What are benefits of oop?
can inline function declare in private part of class?