|
|
Parameters | On this page we will review the basic concepts of method parameters: formal parameters and actual parameters. We
will also enumerate the different kinds of parameter passing modes. |
Actual parameters occur in a call. Formal parameters occur in the method declaration. In general, actual parameters are expressions which are evaluated to arguments. Depending on the kind of parameters, the arguments are somehow associated with the formal parameters. |
| The parameter passing modes. |
Read more about parameters in the text book version of this material. |