KnowledgeBoat Logo
|
LoginJOIN NOW

Computer Applications

Differentiate between formal parameter and actual parameter.

User Defined Methods

ICSE 2008

ICSE 2016

91 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

49 Likes


Related Questions