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
Yes! Parameters and Arguments have different meanings, which can be easily explained as follows:
Function Parameters are the names listed in the function definition.
Function Arguments are the real values passed to (and received by) the function.