|
Re: overloading,overriding
Let me add some thing .....
Overloaded methods
Which overloaded version of the method to call is based on the reference type of the argument passed at compile time.
Overriden methods
Which overriden version of the method to call is decided at runtime based on object type.
|