Allison Ziegler 3fbaa997b9 added uml | 6 年之前 | |
---|---|---|
.idea | 6 年之前 | |
src | 6 年之前 | |
.gitignore | 6 年之前 | |
ATM UML.png | 6 年之前 | |
README.md | 6 年之前 | |
pom.xml | 6 年之前 |
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