usercodder99 / Bank-Management-System

Bank Management System
0 stars 1 forks source link
bank banking command-line data hacktoberfest java oop-principles user

This Java code extends the previous Bank Management System by introducing a BankCustomerData class for storing customer information and a nested balance class to manage the account balance and transaction history. Additionally, the BankAcoutns class handles customer data, account balances, and includes methods for customer and admin operations.

Here's a brief overview of the added features:

1. BankCustomerData Class:

2. BankAcoutns Class:

To introduce this code on GitHub, you can mention that it is an extension of the previously provided Bank Management System. Highlight the new features, such as the enhanced customer data structure, account balance management, and the addition of customer and admin functionalities. Consider providing examples of how to use the system in the README or code comments for users to understand its functionality better. Additionally, you may want to mention any plans for future improvements or features.