Skip to content

MayaZayn/Banking-System

Repository files navigation

Banking-System

We Modeled, Designed and Developed a Banking Application..

Made by: Osama Maher - Maya Ayman - Rawan Abdel-Rahman
Requested by: Dr. Mohammed El-Ramly in Object Oriented Programming course (Assingment 2)

The System is divided into 4 classes:

  • Client Class:
    It holds the basic information of a client like his name, address and phone number. It holds a pointer to his bank account.
  • BankAccount Class:
    It holds the accountID, the balance in the account and a pointer to the account's client
  • SavingBankAccoun Class:
    It's a BankAccount but has more restrictions when client withdraws and deposits and it has minimum balance
  • BankingApplication Class:
    This is the main class that runs the application. This class displays the main menu and accepts the user's choice. It maintains the DataBase that stores the accounts and clients Data.
  • This System has a DataBase Written in sqlite3 that stores the clients data and their accounts.

BankingApplication allows the user (the bank employee) to perform operations on a bank account:

  • Create a bank account for a specific client
  • List all the available bank accounts
  • For each account, it allows him to display the account details, withdraw money and deposit money

The Class Diagram

UML Class Diagram

The Goal of this project is to:

  • Practice Object-Oriented-Programming concepts using C++ (Inheritance - Composition - Encapsulation - Abstraction - etc..)
  • Practice building systems using OOP modeling and design with C++
  • Practice working in a team and integrating the code together to come up with a final working program

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages