Abstract Class
Bank Account Manager
Objectives
- To demonstrate your understanding of objects and functions
- To demonstrate your understanding of controlling execution
- To demonstrate your understanding of access control
- To demonstrate your understanding of reusing classes
Overview
Create a class called “Account” which will be an abstract class for three other classes called “CheckingAccount”, “SavingsAccount” and “BusinessAccount”. Manage credits and debits from these accounts through an ATM style program.
Unit Test
UML is required
Unit test in place before proceeding with code
Instructions
- In your main class initialize your ATM
- Demonstrate calling methods on your ATM with creating, deleting and managing account data
- Print all output to screen