public void run() { AccountP4 acc1 = new AccountP4(); acc1.withdraw(); }
public void run() { AccountP4 acc1 = new AccountP4(); acc1.update(); }