Answer Posted / brunda r
Virtual functions are the functions declared as normal
function call but preceeded by keyword 'virtual'.Its value is
equated to zero and its definition is incomplete or
blank.Virtual functions is dynamic polymorphism.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is a class and object?
What is for loop and its syntax?
What are the 4 pillars of 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
What is oops with example?
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?
What is polymorphism and example?
What do you mean by overloading?
Explain the concepts involved in Object Oriented programming.
• What are the desirable attributes for memory managment?
What is stream in oop?
Is enum a class?
What is the real time example of encapsulation?
What is inheritance in simple words?
What is encapsulation process?