+ 18
What is the diffrence between parametrs and argument ?
please explain with an example code if u can
2 odpowiedzi
+ 16
(from Quora:)
"A parameter is a variable in a method definition. When a method is called, the arguments are the data you pass into the method's parameters. Parameter is a variable in the declaration of function. Argument is the actual value of this variable that gets passed to function."
+ 11
thank u verymuch both of u ☺