Computer Applications

Differentiate between formal parameter and actual parameter.

User Defined Methods

ICSE 2008

ICSE 2016

80 Likes

Answer

Formal parameterActual parameter
Formal parameters appear in method definition.Actual parameters appear in method call statement.
They represent the values received by the called method.They represent the values passed to the called method.

Answered By

44 Likes


Related Questions