InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between method overloading and method overriding in C#? |
|
Answer» In METHOD OVERRIDING, the PARAMETERS are the same. In method OVERLOADING, the parameters are DIFFERENT. |
|