JavaRush /Java Blog /Random EN /Method signature
Hehabr
Level 13
Peine

Method signature

Published in the Random EN group
The signature of a method is the name of the method plus parameters (and the order of the parameters matters). The method signature does not include the return value or the exceptions it throws.
Here's a question that arose: are keywords either privateincluded publicin the signature or not?
Comments
TO VIEW ALL COMMENTS OR TO MAKE A COMMENT,
GO TO FULL VERSION