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