Computer Science, asked by srijalipi, 6 hours ago

What is the use of signature in a method definition?​

Answers

Answered by kashvichaurasia819
0

Answer:

In Java, a method signature is part of the method declaration. It's the combination of the method name and the parameter list. ... It's the ability to write methods that have the same name but accept different parameters.

Explanation:

Hope helps ~

Answered by senthilchellam1982
3

Explanation:

In Java, a method signature is part of the method declaration. It's the combination of the method name and the parameter list. ... It's the ability to write methods that have the same name but accept different parameters.

Similar questions