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.
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).