Parameter List
Parameter list specified in method header provides a mechanism for sending information to a method.
It is powerful mechanism for specializing an object.
The parameter list that appears in the header of a method
- specifies the type and name of each parameter and
- is called formal parameter list.
The corresponding parameter list in the method invocation is called an actual parameter list.