public void Visit(BankAccount b) { Amount += b.amount+b.interest; }
public void Visit(BankAccount b) { total += b.amount; }