Aleena Rose-Mathew 66a6879662 Done | 6 anni fa | |
---|---|---|
.idea | 6 anni fa | |
src | 6 anni fa | |
.gitignore | 6 anni fa | |
README.md | 6 anni fa | |
pom.xml | 6 anni fa |
## Bank Account Manager
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.
UML is required Unit test in place before proceeding with code