Method overloading deals with the notion of having two or more methods in the same class with the same name but different arguments. void foo(int a) void foo(int a, float b) Method overriding means having two methods with the same arguments, but different implementations. One of them would exist in the parent class, while another will be in the ... More @Wikipedia
Hover over any link to get a description of the article. Please note that search keywords are sometimes hidden within the full article and don't appear in the description or title.