Method overloading rules - Core Java
Q. The following two rules are defined by?
1. The parameters may differ in their type or number, or in both.
2. They may have the same or different return types.- Published on 10 Jul 15a. Method overloading
b. Method overriding
c. Constructor overloading
d. None of the above
ANSWER: Method overloading