106k views
0 votes
A method's name and parameter list constitute the method's ____.

User Saravana
by
8.2k points

1 Answer

0 votes
A method's name and parameter list constitute the method's signature.
Method signature is determined by the following:

The method's name
The no of parameter
The order of parameter
The datatype of parameter
User KenL
by
8.4k points