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
write knight tour problem which is present in datastructure
What is polymorphism what are the different types of polymorphism?
What is object-oriented programming? Webopedia definition
Which type does string inherit from?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
what is difference between class template and template class?
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
What is a class and object?
How do you use inheritance in unity?
Why is oop useful?
How do you explain polymorphism?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What are benefits of oop?
can inline function declare in private part of class?
Why do while loop is used?