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 polymorphism what is it for and how is it used?
pointers are support in C#? if yes then how to use it?
8 Answers Softvision Solution,
what is virtual destructor
Which is the only operator in C++ which can be overloaded but NOT inherited?
what is object oriented programming and procedure oriented programming?
what is the difference between class and structure in C++?
difine hierarchical inheritance.
What is advantage of inheritance?
What is the example of polymorphism?
What is data binding?
What are callback functions in c++
what is the difference between function template and template of function?explain with example.