David Thornley 78ebc9a845 uml | преди 6 години | |
---|---|---|
.idea | преди 6 години | |
src | преди 6 години | |
.gitignore | преди 6 години | |
Abstract BankAccount 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