Transfer the part of the current account's balance to another visible account.
SYNTAX
public bool Transfer (Account targetAccount,double amount)
PARAMETERS
counter account for transfer
amount — double
amount to be transferred
Modified on: Mon, Apr 23, 2018 at 2:22 PM
Transfer the part of the current account's balance to another visible account.
public bool Transfer (Account targetAccount,double amount)
counter account for transfer
amount — double
amount to be transferred
Did you find it helpful? Yes No
Send feedback