Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 761 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 761 Bytes

Bank Management System

Welcome to the Bank Management System! This system is developed using C++ and provides basic functionalities such as creating accounts, withdrawing or depositing money, checking balances, displaying all accounts, and giving various loans.


Table of Contents


Features

  • Create an account
  • Withdraw money
  • Deposit money
  • Check Balance
  • Display all accounts
  • Provide loans (vehicle, educational, personal, gold)

Concepts Used

  • Basics of C++
  • Classes and Objects
  • Inheritance
  • Pointers
  • Polymorphism

Contributors