/bank-project-cpp

Bank system project using C++ and OOP

Primary LanguageC++

Bank Project c++

Bank system project using c++ and OOP

There are differents kind of account, employee, account owners, etc.

Objectives

This projects aims to practice and improve my knowledge in OOP usind C++

Overview

Bank system that has clients, employee, savings account, general (base) account

Clients are represented through class. It has some validation on name. The client class has an CPF object that has a validation too.

Concepts

  • Object composition
  • const functions
  • virtual functions
  • pure virtual function
  • Abstract classes
  • Inheritance