Quote of the day
Be faithful in small things because it is in them that your strength lies.
, Method Arguments
• Methods can take any number of parameters. The parameter list
follows the method name and is encased in parentheses, with each
parameter preceded by its type. For example, the following
declaration defines a method named MyMethod, which returns vo
(that is, which returns no value at all) and which takes two
parameters: an int and a button:
Be faithful in small things because it is in them that your strength lies.
, Method Arguments
• Methods can take any number of parameters. The parameter list
follows the method name and is encased in parentheses, with each
parameter preceded by its type. For example, the following
declaration defines a method named MyMethod, which returns vo
(that is, which returns no value at all) and which takes two
parameters: an int and a button: