Account creditAccount = new CreditAccount(); Account savingsAccount = new SavingsAccount(); ... list.add(creditAccount); list.add(savingsAccount);