jpsp91 a53ac49fd9 bank | 6 vuotta sitten | |
---|---|---|
.idea | 6 vuotta sitten | |
src | 6 vuotta sitten | |
.gitignore | 6 vuotta sitten | |
README.md | 6 vuotta sitten | |
pom.xml | 6 vuotta sitten |
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