Computer Science, asked by riswanthvijay4, 9 months ago

The parameters passed on the method call are called
parameters.​

Answers

Answered by minhaj66340
16

Answer:

In the example that follows, x and y are the formal parameters. We use the term actualparameters to refer to the variables we use in the method call. In the following example, length and width are actual parameters. ...Pass-by-value means that when youcall a method, a copy of each actualparameter (argument) is passed

Explanation:

pls mark me as brainliest ❣❣

Answered by niharika444458
4

The term parameter (sometimes called formal parameter) is often used to refer to the variable as found in the function definition, while argument (sometimes called actual parameter) refers to the actual input supplied at function call.

Similar questions