emeath / bank-project-cpp

Bank system project using C++ and OOP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Bank system project using C++ and OOP


Languages

Language:C++ 54.9%Language:Makefile 45.1%