Parameter
A variable holding an argument received by a function.
Related concepts: ArgumentFunctionVariable
Closest Wikipedia entry: Parameter (computer programming) — In computer programming, a parameter, a.k.a. formal argument, is a variable that represents an argument, a.k.a. actual argument, a.k.a.
Misconceptions about Parameter11 documented Misconceptions
Check YourselfCallbackParametersInCaller
Parameters of a callback function may be written as parameters of the caller functionFunctionOverloading
It is possible to create multiple functions with the same name but with different signaturesNumberOfParametersMatchArguments
Functions must be called with the same number of arguments as defined in their signatureObjectAsParameterIsCopied
Objects are passed by value