Select from following answers:- static polymorphism
- dynamic polymorphism

- compile time polymorphism
- early binding
- All Above
'Method overriding' or 'Function overriding' is an example of dynamic polymorphism.
'Method overriding' is the scenario in which both base and derived classes has duplicated methods with same name and same parameters.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator