Computer Applications

Differentiate between formal parameter and actual parameter.

User Defined Methods

ICSE 2008

ICSE 2016

103 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

56 Likes


Related Questions