Computer Science, asked by DHRUV3132, 10 days ago

In Java what can be used to differentiate two or ore methods having the same name?

Answers

Answered by yogeshbagde587
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