Skip to content

rrrrares33/Banking-System---Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banking System - Java

Banking system implemented in Java for my Advanced Object Oriented Programming University class.

The Main class only calls the Service class for an infinite number of times, until user decides to exit.

The following classes are implemented:

  • Account : Credit_Acc, Debit_Acc, Saving_Acc
  • Transaction : Tran_Customers, Tran_Bank_Credit
  • Customer
  • Bank
  • Service
  • Main

System

The Service class contains the following atributes:

  1. Bank Bank --> Contains bank information and locations of branches.
  2. List customers --> Contains all of the customers that are registered inside the bank system.
  3. Set transaction_history --> Contains all of the transactions ever made between two customers or any big credit request ever made.

The Service class implements the following methods (which can be accesed though a menu that appears when the application starts):

image

About

Banking system implemented in Java for my Advanced Object Oriented Programming University class.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages