Select from following answers:- Method Overloading is also called an Early Binding.
- Method Overriding is also called Run-Time polymorphism.
- Method Overloading is also called Function overloading or static polymorphism.
- All of the above.
- All Above
Above all statements are correct about Method Overloading.
As Function Overloading displays error at the time of Compiling the code that is why we call it Early Binding.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator