Eric Foster 03c16a9944 finished lab | 6 år sedan | |
---|---|---|
.idea | 6 år sedan | |
src | 6 år sedan | |
.gitignore | 6 år sedan | |
README.md | 6 år sedan | |
pom.xml | 6 år sedan |
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