David Thornley 78ebc9a845 uml | 6 gadus atpakaļ | |
---|---|---|
.idea | 6 gadus atpakaļ | |
src | 6 gadus atpakaļ | |
.gitignore | 6 gadus atpakaļ | |
Abstract BankAccount UML.png | 6 gadus atpakaļ | |
README.md | 6 gadus atpakaļ | |
pom.xml | 6 gadus atpakaļ |
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