Computer Applications

Define Parameter list

User Defined Methods

33 Likes

Answer

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


Related Questions