Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 317 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 317 Bytes

FAST-Banking-System

In this project, I implemented the basic functionality of a banking system such as check balance, withdraw and deposit cash as well as create customer and manager accounts. This project was implemented in C++ and uses all the OOP concepts such as classes, inheritance, aggregation, composition.