Quantcast
Viewing latest article 4
Browse Latest Browse All 7

Difference between Method overloading and Overriding Java

Method overloading and method overriding are two concepts supported by a OOPs language. Method overloading Definition: Using the same method number of times in the same class but with different parameters is known as method overloading. Advantages: The same method call gives different outputs when called different times. For example, getArea() method may give sometimes […]

Viewing latest article 4
Browse Latest Browse All 7

Trending Articles