Chemistry, asked by sayadgorkhali, 17 days ago

describe the structure and working method of parameter in short.​

Answers

Answered by imadinosaurrawr
0

Answer:

Parameters refer to the list of variables in a method declaration.

Explanation:

They are useful for numerical information such as stating the size of an object. Parameters are the names of the information that we want to use in a function or procedure. The values passed in are called arguments.

Arguments are the actual values that are passed in when the method is invoked. When you invoke a method, the arguments used must match the declaration's parameters in type and order.

-

HOPE THIS HELPS. ( ̄︶ ̄)↗ 

Similar questions