Computer Science, asked by harshil9139, 10 months ago

2. What is method signature?​

Answers

Answered by priyakumari000000
4

method signature

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.

Explanation:

follow me ❤❤❤

Answered by khushisingh835
2

Method Signature defines input

and output of functions or methods......

Similar questions