What are actual and formal parameters in Java... computer.
Answers
Answered by
4
The difference between Actual Parameters and Formal Parameters is that Actual Parameters are the values that are passed to the function when it is invoked while Formal Parameters are the variables defined by the function that receives values when the function is called.
HOPE IT HELPSS..DONT FRGT TO FLW ME, I ALSO WONT FRGT TO FOLLOW BACK..✌✌
Answered by
2
Answer:
Parameters are used by procedures and functions to pass information in and out. The parameters used in the procedure/function definition are called the formal parameters. The parameters used in the procedure/function call are called the actual parameters.
Similar questions