Savings accounts

Develop a Bank that allows for account management. Specifically, create accounts, deposit money into accounts, and withdraw money from accounts.

Banking System This assignment asks you to implement a Bank with Accounts, while practicing and demonstrating both basic OOP design and TDD, while using the plugins we set up in week 1 lab. Follow the naming conventions taught in class. Your assignment is to (using TDD of course) develop a Bank that allows for account […]

Scroll to top