Creating the Bank interface

The Bank interface has these operations:
  • createCustomer
  • retrieveCustomer
  • updateCustomer
  • updateContactInformation
  • createAccount
  • getAccounts
  • deleteAccount
  • withdraw
  • deposit
  • transfer
  • authenticate

Follow these tasks to create the Bank interface:

Feedback
(C) Copyright IBM Corporation 2005. All Rights Reserved.