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