what is virtual function?
Answer Posted / b.mamatha
A virtual function or virtual method is a function or method
whose behaviour can be overridden within an inheriting class
by a function with the same signature. This concept is a
very important part of the polymorphism portion of
object-oriented programming (OOP).
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you achieve polymorphism?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is encapsulation in ict?
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).
Why is destructor used?
What is abstraction example?
Why multiple inheritance is not possible?
What is encapsulation in simple terms?
What is difference between oop and pop?
Can an interface inherit a class?
what are the different types of qualifier in java?
What is multilevel inheritance in oop?
program for insertion ,deletion,sorting in double link list
What is the oops and benefits of oops programming?
What is protected in oop?