I am always getting confused that should I use ‘parameter’ or ‘argument’ while during my code citation.
A parameter is a variable in a method definition. When a method is called, the arguments are the data we pass into the method’s parameter.
I am always getting confused that should I use ‘parameter’ or ‘argument’ while during my code citation.
A parameter is a variable in a method definition. When a method is called, the arguments are the data we pass into the method’s parameter.