generated from OPCODE-Open-Spring-Fest/template
-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
Description
So, what is it about?
Develop a console-based Bank Management System in C++ to simulate basic banking operations.
The system should allow users to create accounts, deposit/withdraw money, check balances, and view transaction histories.
Acceptance Criteria:
[ ] Create an Account class with attributes like account number, holder name, balance, and transaction history.
[ ] Implement core functionalities:
Create new account
Deposit amount
Withdraw amount (with balance validation)
Display account details
View transaction history
[ ] Implement proper error handling for invalid inputs and insufficient balance.
[ ] Use Object-Oriented Programming principles for modular design.
[ ] Maintain clean code with comments and descriptive function names.
Code of Conduct
- I agree to follow this project's Code of Conduct