InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Overloading And Overriding? |
|
Answer» Overriding is the derived classes and the parent class are defined in a METHOD that is derived according to the OVERRIDE FUNCTION. OVERLOADING is a function that has the similar signatures but has DIFFERENT parameters. Overriding is the derived classes and the parent class are defined in a method that is derived according to the override function. Overloading is a function that has the similar signatures but has different parameters. |
|