Core Java theorytheory 0/50 · 0%
OOP · easy

17. Method Overloading

Same name, different parameters.

Overloading allows multiple methods in the same class to have the same name but different signatures.

Check your understanding

  1. 1. What must be different in overloading?

  2. 2. Is return type enough to overload?