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 oops?what is its use in software engineering?
What is memory leak and memory corruption?
swapping program does not use third variable
Why is object oriented programming so hard?
what is the difference between containership and inheritence?
what is difference between thread and programme.
What is the renewal class?
What is object-oriented programming? Webopedia definition
what is the 3 types of system development life cycle
Why do we use oops?
How compiler selects(internally) required overridden function in inheritance?
2 Answers CSC, Infinite Computer Solutions,
What is the difference between static polymorphism and dynamic polymorphism?