public class CheckingAccount extends BankAccount { public CheckingAccount() { System.out.println("CheckingAccount was called!"); } }