Leon 34c8381c0b added readme | před 6 roky | |
---|---|---|
.idea | před 6 roky | |
src | před 6 roky | |
.gitignore | před 6 roky | |
README.md | před 6 roky | |
pom.xml | před 6 roky |
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