Overloading allows multiple methods in the same class to have the same name but different signatures.
← Core Java theorytheory 0/50 · 0%
OOP · easy
17. Method Overloading
Same name, different parameters.
Check your understanding
1. What must be different in overloading?
2. Is return type enough to overload?