what is virtual function?
Answer Posted / shekhar
virtual function is used to prevent from more times
calling.That means if a function is declared as virtual
then its def will be diferent in base class & derived class
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Where is pseudocode used?
What is object-oriented programming? Webopedia definition
What is for loop and its syntax?
What is pure oop?
Why interface is used?
What is object in oop?
write a programe to calculate the simple intrest and compund intrest using by function overlading
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Why do we use oop?
what is graphics
What is overloading in oops?
What is overriding in oops?
What is oops in simple words?
What do you mean by abstraction?
when to use 'mutable' keyword and when to use 'const cast' in c++