Select from following answers:- static polymorphism
- runtime polymorphism

- compile time polymorphism
- early binding
- All Above
virtual functions (methods) are the example for runtime or dynamic polymorphism.
'virtual' is the keyword used in these methods which allows that method to get overridden in the derived classes.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator