Skip to content

areejalattas/Bank-System-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Bank Management System ๐Ÿฆ

A C++ console application designed to simulate a real-world banking system. This project was built using Object-Oriented Programming (OOP) principles to manage bank accounts, clients, and financial transactions efficiently.

๐Ÿš€ Features

  • Client Management: Create, update, delete, and search for client accounts.
  • Transactions: Support for key operations such as Deposit, Withdraw, and Transfer between accounts.
  • Data Persistence: Save and load client data securely using file handling (or database).
  • Security: Simple login system for bank employees/admins.

๐Ÿ› ๏ธ Concepts Used

  • Object-Oriented Programming (OOP): Encapsulation, Inheritance, and Polymorphism.
  • Data Structures: Vectors / Arrays for managing runtime data.
  • File Handling: Saving system state using C++ file streams (fstream).

๐Ÿ’ป How to Run

  1. Clone the repository:
    git clone [https://github.com/areejalawi/-Bank-System-.git](https://github.com/areejalattas/-Bank-System-Project-.git)

About

A comprehensive Bank Management System built in C++ utilizing Object-Oriented Programming (OOP) concepts.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors