what is virtual function?
Answer Posted / gomathisivaram
The virtual function is nothing but the function in the
base class with the virtual keyword, that allows us to
derive only once in the class which is going to accsess it
while it is the child of two different classes which are
the child of the same base class.This is nothing but the
dynamic binding.
| Is This Answer Correct ? | 18 Yes | 10 No |
Post New Answer View All Answers
What is oops concept with example?
Why oops is important?
What is difference between polymorphism and inheritance?
What is inheritance write a program to show use of inheritance?
What is coupling in oops?
What is the difference between abstraction and polymorphism?
What are functions in oop?
What is the real time example of inheritance?
What are the data types in oop?
which feature are not hold visual basic of oop?
what type of question are asked in thoughtworks pair programming round ?
What is the difference between procedural programming and oops?
Why is polymorphism important in oop?
how to get the oracle certification? send me the answer
What is difference between data abstraction and encapsulation?