What is virtual function?where and when is it used?
Answers were Sorted based on User's Feedback
Answer / reshma khan pathan
In object-oriented programming, a virtual function is a
function whose behavior can overridden by a function of
same signature of inherited class.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / vijaya lakshmi
virtual memory used as a temporary memory.it mainly
used to store a another variable value.
| Is This Answer Correct ? | 3 Yes | 2 No |
What is constructor overloading in oop?
what is the difference between ERROR and EXCEPTION?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is the difference between C++ and java?
what is meant by files?
Can we create object of abstract class?
what is ns string? what is ns array?
what isthe difference between c structure and c++ class
What is cohesion in oop?
Write a program to multiply 3x3 matrics
write a C++ program for booking using constructor and destructor.
write a short note on Overloading of Binary Operator?