abc-bank
abc-bank copied to clipboard
A dummy application for a bank for interview purposes
removed assert statements in test classes
- refactored code - fixed issues - created 22 unit tests - added Constants.java class - create javadoc
Implemented the additional requirements: 1. A customer can transfer between their accounts 2. Added "Super Savings Account": Change Maxi-Savings accounts to have an interest rate of 5% assuming no withdrawals...
Made changes for BOA assignment. Added a new method for transferring amount between accounts.
Added requested features and related test cases
ignore the package comments
...t rate changes for Maxi-Savings.
### Additional Features - A customer can transfer between their accounts - Change **Maxi-Savings accounts** to have an interest rate of 5% assuming no withdrawals in the past 10 days...