Kizspy Question: 28
(Choose 1 answer)
Choose the correct statement about overloading in Java.
A. Overloading is based on having multiple methods with the same name but different by the number of input
parameters or type of input parameters, or a mixture of both.
B. Overloading is based on having multiple methods with the same name.
C. Overloading is based on having multiple methods with the same name, parameter types, and number of
parameters.
D. Overloading is based on having multiple methods with the same name but different return types.