What is the use of signature in a method definition?
Answers
Answered by
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
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