Parameter passed in the method header definition is called_ and parameter passed in the method call is called_
Answers
Answered by
0
Explanation:
As said, the definition of a method contains in the header a list of formal parameters. Such parameters are used in the same way as variables inside the body of the method. ... Such parameters are called actual parameters, to distinguish them from the formal parameters appearing in the header of the method definition.
When a parameter is passed to the method, it is called an argument
Similar questions