Lecture 12 Objectives


At the end of today's class you should

KNOW:

BE ABLE TO:

Sample Exam Question:

Add a deposit() method to the BankingService class we developed. deposit() consumes an account number and an amount to deposit and adds the amount to the balance in the account. The method returns the new account balance.