When verbally talking about methods, I\'m never sure whether to use the word argument or parameter or something else. Either way the other people know what
The parameters of a function/method describe to you the values that it uses to calculate its result.
The arguments of a function are the values assigned to these parameters during a particular call of the function/method.