What difference between parameter and variable in c#
Answers
Answered by
0
However parameter refers to the variables that are used in the function declaration/definition to represent those arguments that were send to the function during the function call. For example.. ... An argument is somethin' passed into a function (value), whereas a parameter includes the data type + the name.
Similar questions