PPT Slide
1. A method can have zero parameters.
2. Syntax of a method call:
list of zero or more arguments (names), separated by “,”
3. To find out what a method call does, make a copy of the specification of the method (the comment in the heading) and replace all occurrences of the parameters by the arguments of the call.