Skip to content

CS3304 - Group C++ university Project creating an ATM machine software with use of encapsulation and inheritance.

Notifications You must be signed in to change notification settings

BrianRuizy/automated-teller-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

automated-teller-machine (ATM) 🏧

Group University Project, for CS 3304 Algorithms & Data Structures, with the goal to develop a runtime software that acts as an ATM machine for a user with the use of OOP.

About

The broader scope of this project is to practice and showcase our understanding of Object Oriented Programming. More specifically, the use of encapsulation and base class inheritence. We aim at creating an ATM software which has the following features to both a 'Savings' and a 'Checking' account: Deposit, Widthdraw, and CheckBalance. And, the use of OOP provides layered security for the users information.

Contributors

  • Brian - Lead Programmer, developed class structures, and handled documentation.
  • Kaeleb - Programmer, developed header & implementation files.
  • Sebastian - Programmer, helped develop 'main' user interface

Requirements

  • C++ IDE
  • Understanding of OOP concepts

Result

Asking user to login...

login

Asking machine to deposit into checkings... deposit

Asking machine to widthdraw from checkings... widthdraw

asking machine to transfer money from account classes, and display balance... accnt Transfer

About

CS3304 - Group C++ university Project creating an ATM machine software with use of encapsulation and inheritance.

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages