explain actual parameters and formal parameters in c++ with examples
please I have seminar
Answers
Answered by
0
formal parameter — the identifier used in 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