give 2 or 3 points of difference between formal parameters and actual parameters
Answers
Answered by
2
Answer:
parameters that appear in method call statement are actual parameters
parameters that appear in function definition are formal parameters
actual parameters are directly used in calling method
Calling method makes a copy of formal parameters and uses them
hope this helps
Similar questions