Answer Posted / devi
The Keyword virtual provides a mechanism for defining the
virtual functions.When declaring the base class member
function,the keyword virtual is used with those
functions,which are to be bound dynamically.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Why do we use encapsulation in oops?
What are the 4 pillars of oop?
What is the main purpose of inheritance law?
What do you mean by overloading?
Why we use classes in oop?
What is the difference between static polymorphism and dynamic polymorphism?
What is encapsulation with example?
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 overloading in oop?
What is a function in oop?
What is solid in oops?
What is this pointer in oop?
How to use CMutex, CSemaphore in VC++ MFC
#include
How to improve object oriented design skills?