Formal parameter


SUBMITTED BY: oshear2

DATE: Oct. 13, 2020, 3:05 a.m.

FORMAT: Text only

SIZE: 181 Bytes

HITS: 321

  1. The identifier used in a method to stand for the value that is passed into the method by a caller.
  2. ie. amount is a formal parameter of processDeposit
  3. ie balance = balance + amount

comments powered by Disqus