Computer Applications

When a method has been declared more than once in a class, how does Java determine the overloading?

User Defined Methods

15 Likes

Answer

Overloading is determined based on the number and type of parameters of the method.

Answered By

10 Likes


Related Questions