In Java what can be used to differentiate two or ore methods having the same name?
Answers
Answered by
0
Explanation:
Return type of method, number of parameters and Parameters data type can be used to differentiate two or more methods having same name.
Similar questions