What is difference between overloading and overriding.
|
|
|||||||||||
|
|
|
As Michael said:
and
|
||
|
|
|
|
An astute interviewer would have followed up with: |
||
|
|
|
Overloading Overloading is when you have multiple methods in the same scope, with the same name but different signatures.
Overriding Overriding is a principle that allows you to change the functionality of a method in a child class.
|
||
|
|
