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
How do you answer polymorphism?
Can enum be null?
When not to use object oriented programming?
What is overloading in oop?
What is the full form of oops?
Where You Can Use Interface in your Project
Why multiple inheritance is not possible?
What is new keyword in oops?
why reinterpret cast is considered dangerous?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is encapsulation selenium?
What is abstraction encapsulation?
How do you define a class in oop?
Why do we use class?
What is abstraction in oop with example?