Select from following answers:- static polymorphism
- dynamic polymorphism
- runtime polymorphism
- late binding
- All Above
Method overloading or Function overloading is an example of 'static polymorphism' which has the early binding (compile time binding).
In this, method calling process is done at compile time and hence it is an example of compile time polymorphism.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator