Leon 34c8381c0b added readme | hace 6 años | |
---|---|---|
.idea | hace 6 años | |
src | hace 6 años | |
.gitignore | hace 6 años | |
README.md | hace 6 años | |
pom.xml | hace 6 años |
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