Aim: To develop a C++ program for Bank Management System using Object Oriented Programming concepts such as Class and Object, Switch case, File Handling.
Objective: To explore principles of programming. To use the object oriented paradigm in program design. To lay foundation to advanced programming.
Essential Information required for the implementation of the program:
Bank: A bank is a financial institution licensed to receive deposits and make loans. Banks may also provide financial services such as wealth management, currency exchange, and safe deposit boxes.
Project: This project provides the following functionalities:
- Create new Account
- Deposit amount to Account
- Withdraw amount from Account
- Balance Enquiry
- Display list of Account Holders
- Delete an Account
- Modify the existing Account
Source Code: