Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 621 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 621 Bytes

Bank-Simulation-Object-Programming

Object oriented bank simulation app. Created at the University as the project within Object Programming classes in 2013. The purpose of this project was to create an app using object oriented programming paradigm.

App

Bank Simulation App is running in terminal, no GUI provided. This app simulates proccess between Customer and Bank, such as creating an account, get credit card or draw and withdraw cash. This project focuses on object programming paradigm in C++ and Java (e.g. inheritance, templates, polymorphism, collections, exceptiopns, encapsulation or writting to files).