Ahmad Rusdi b0f7846de1 o | 6 лет назад | |
---|---|---|
.idea | 6 лет назад | |
src | 6 лет назад | |
.gitignore | 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