Class Bank
java.lang.Object
Bank
Main class that runs the Simple Banking System application.
This program allows a user to:
1. Create a bank account
2. Deposit money
3. Withdraw money
4. Check account balance
5. View account details
The program uses a menu-driven approach to interact with the user.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Bank
public Bank()
-
-
Method Details
-
main
The entry point of the program. It creates a BankAccount object, collects account details from the user, and displays a menu to perform banking operations.- Parameters:
args- command line arguments
-