distinguish between parameters and arguments in java. Plz fast..
Answers
Answered by
4
Parameters are temporary variable names within functions. The argument can be thought of as the value that is assigned to that temporary variable.
Within the function, parameters act as placeholders for the argument it is passed, for instance, lets consider the following simple function to cube a number.
HOPE IT'S HELPFUL
Within the function, parameters act as placeholders for the argument it is passed, for instance, lets consider the following simple function to cube a number.
HOPE IT'S HELPFUL
Mahin07:
thnks
Answered by
0
oh wow we both are mahin
Similar questions