View Single Post
Old 21-02-08, 03:05 PM   #4 (permalink)
JavaLang
Junior Member
 
Join Date: Jul 2007
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 2 JavaLang is on a distinguished road
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.
JavaLang is offline   Reply With Quote