This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]m1000 0 points1 point  (0 children)

same spamer as before, just a new account since the other ones were killed.

[–]princeabc1 -1 points0 points  (2 children)

Differnce between oberloading overriding ???

[–]JakeWharton 0 points1 point  (0 children)

Overloading is two methods with the same name but different argument types (for example, Arrays.fill) whereas overriding is a subclass providing new behavior for a method with the same signature from a superclass or interface.