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 sub classing in c++?
to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123
write a c++ code of diagonal matrix.
sir plz send me a set of questions that been frequently held in written examination during campus selection.
What is the difference between a constructor and a destructor?
Give two or more real cenario of virtual function and vertual object
What is class and example?
why c++ is called OOPS? waht is inherutance? what is compiler?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is data binding in oops?
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
what is the use of mutable key word