About Project Bank Management System is based on a concept of recording customer’s account details and it is developed using C++ Programming Language and different variables and strings.
- Create an account
- Balance Enquiry
- Deposit amount
- Withdraw amount
- Close an account
- View all account holders detail
- Abstraction
- Polymorphism
- Encapsulation
- Class concepts like constructors, destructors and membership label
- Static member variable and function
- Friend function and operator overloading by friend function
- File handling
- This project uses classes and file handling features of C++. In order to store all the user’s data, an external file (DAT file) is created by the system, so every time we get into the system we can operate with the existing accounts.
In order to run the project, you must have installed Dev C++ or Code Blocks on your PC.
IF YOU ENCOUNTER ANY BUGS OR FOR ANY SUGGESTIONS REGARDING THE IMPROVEMENT OF THE BANK MANAGEMENT SYSTEM FEEL FREE TO CONTRIBUTE.