Computer Science, asked by manya6339, 1 day ago

Parameter passed in the method header definition is called_ and parameter passed in the method call is called_ ​

Answers

Answered by gresilsantarita0703
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