William Simkins 4f20d15a84 updated bankaccount class with withdraw and deposit function | il y a 6 ans | |
---|---|---|
.idea | il y a 6 ans | |
src | il y a 6 ans | |
.gitignore | il y a 6 ans | |
README.md | il y a 6 ans | |
pom.xml | il y a 6 ans |
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