KnowledgeBoat Logo
|

Computer Applications

Explain the difference between actual and formal parameters.

User Defined Methods

30 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.

Answered By

22 Likes


Related Questions