ICSE Class 10 Computer Applications Question 6 of 43

User-Defined Methods — Question 6

Back to all questions
6
Question

Question 6

Explain the difference between actual and formal parameters.

Answer

The parameters that appear in the method definition are called formal or dummy parameters whereas the parameters that appear in the method call are called actual parameters.