What is virtual function?where and when is it used?
Answer Posted / 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 |
Post New Answer View All Answers
How many human genes are polymorphic?
What is object in oop?
What is the difference between abstraction and polymorphism?
What is protected in oop?
How to hide the base class functionality in Inheritance?
What is class and object with example?
What does it mean when someone says I oop?
What is difference between abstraction and encapsulation?
What is encapsulation oop?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is debug class?what is trace class? What differences are between them? With examples.
#include
What are the 5 oop principles?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.