Explain the difference between actual and formal parameters.
User Defined Methods
29 Likes
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.