super
public void deposit(double amount) { transactionCount++; // Now add amount to balance super.deposit(amount); }