Computer Science, asked by gujarathitrush, 8 months ago

differentiate between method prototype and method signature​

Answers

Answered by mksmamta1407
4

Answer:

I want to know the difference between method signature and method prototype. Technically, in Java, a method signature consists only of the name of the method and the parameter types and their order. The modifiers, return type and throws clause are not part of the signature.

Similar questions