Bank Account Management System
VerifiedAdded on 2019/09/13
|2
|552
|379
Project
AI Summary
This programming project focuses on designing and implementing a Bank Account Management System using Java. The core components are an abstract `BankAccount` class and a subclass `SavingAccount`. `BankAccount` manages basic account operations like deposits, withdrawals, interest calculations, and monthly processing. `SavingAccount` extends this functionality by incorporating account status (active/inactive) based on balance and withdrawal limits, along with additional service charges for excessive withdrawals. The project requires implementing these classes, testing them with a driver class (outputting results to console and file), and finally, creating a graphical user interface (GUI) for user interaction. The GUI will allow users to interact with the bank account functionalities implemented in the classes.
1 out of 2