+ 1
Argument vs parameter
what is the difference between an argument and a parameter?
2 Respuestas
+ 15
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.
0
They are both same🎯