Transfer the part of the current account's balance to another visible account.


SYNTAX


public bool Transfer (Account targetAccount,double amount)




PARAMETERS


targetAccount — Account

counter account for transfer


amount — double

amount to be transferred



RETURN


bool true if operation is successful