Creating a Bank Object [ArrayList]

Bank This class will implement some of the basic functionality of a bank.

  • private instance Variables
    • An ArrayList to store names as Strings
    • An ArrayList storing balances (doubles)
  • Constructors
    • default constructor
    • A constructor with 2 parameters–the names of the account owners and their balances

Methods

  • Accessors

  • Mutators