Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 867 Bytes

File metadata and controls

30 lines (20 loc) · 867 Bytes

Bank-Management-System

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:

  1. Create new Account
  2. Deposit amount to Account
  3. Withdraw amount from Account
  4. Balance Enquiry
  5. Display list of Account Holders
  6. Delete an Account
  7. Modify the existing Account

Source Code: