Skip to content

A sample banking program, emphasizing object-oriented programing.

Notifications You must be signed in to change notification settings

neumann1990/BankingSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BankingSample

A sample banking program, emphasizing object-oriented programing.

Requirements

  • This is a simple bank program.
  • A bank has a name.
  • A bank also has several accounts.
  • An account has an owner and a balance.
  • Account types include: Checking, Investment.
  • There are two types of Investment accounts: Individual, Corporate.
  • Individual accounts have a withdrawal limit of 500 dollars.
  • Transactions are made on accounts.
  • Transaction types include: Deposit, Withdraw, and Transfer

About

A sample banking program, emphasizing object-oriented programing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages