InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Method Overriding And Overloading? |
|
Answer» Overriding is a method with the same name and arguments as in a PARENT, WHEREAS overloading is the same method name but DIFFERENT arguments Overriding is a method with the same name and arguments as in a parent, whereas overloading is the same method name but different arguments |
|