📅  最后修改于: 2022-03-11 14:44:51.511000             🧑  作者: Mango
* formal parameter — the identifier used in a method to stand for the value that is passed into the method by a caller. For example, amount is a formal parameter of processDeposit.
* actual parameter — the actual value that is passed into the method by a caller.