abc-bank
abc-bank copied to clipboard
A dummy application for a bank for interview purposes
Separate accountType concerns from Account to it's own concrete implementations such as CheckingAccount, SavingAccount, MaxiSavingAccount. Make deposit, withdraw, and transfer functionality thread safe. Fix issues in DataProvider to make it...
I am submitting my assessment.
There are multiple ways to do this , It is a complex program but can be simple when broken down into packets
Here are the files that have been modified. Hopefully everything is ok.
code assignment
refactor account class, converted to BigDecimal, added transfer between accounts, changed Maxi-saving account interest calculation, and included accrue daily intrest
My updates
there are many things in this project can be done , but trying to keep the changes simple and 2 hour window time. test cases which are create , will...