Computer Science, asked by sam4983, 11 months ago

what do you mean by method signature​

Answers

Answered by rubesh359661
0

Answer:

In the Java programming language, a method signature is the method name and the number, type and order of its parameters. Return types and thrown exceptions are not considered to be a part of the method signature.

Answered by kashir62
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. The reason for the emphasis on just the method name and parameter list is because of overloading. It's the ability to write methods that have the same name but accept different parameters.

Hope it helps u.

Mark me Brainliest.

Thanks!

Similar questions