Thursday, March 12, 2009

What is the difference between method overriding and

Question :What is the difference between method overriding and
overloading? (CoreJava)

Answer :Overriding is a method with the same name and arguments as in a
parent, whereas overloading is the same method name but different
arguments

No comments: