Difference between actual and formsl parameter in java
Answers
Answered by
2
formal parameter — the identifier usedin a method to stand for the value that is passed into the method by a caller.actual parameter — the actual value that is passed into the method by a caller. For example, the 200 used when processDeposit is called is an actual parameter.
Similar questions