Define Parameter list
33 Likes
Parameter list is a comma-separated list of variables of a method along with their respective data types. The list is enclosed within a pair of parentheses. Parameter list can be empty if the method doesn't accept any parameters when it is called.
Answered By
22 Likes
Define Return data type
Define Access specifier
Define Recursive method
Define Method signature