文件名称:ATM_BankingSystem
介绍说明--下载内容均来自于网络,请自行研究使用
The existing Banking System
has three classes: Bank, Customer and Account. Each customer has at most one account and now one
credit card. Credit cards are being delivered to the customers using postal services including four-digit
pin codes. Each credit card is associated to exactly one bank account. A credit card holds credit card
number and customer id. No one can read the credit card number but the ATM machine. ATM machine
provides only two types of services: withdraw money and checking the balance.
has three classes: Bank, Customer and Account. Each customer has at most one account and now one
credit card. Credit cards are being delivered to the customers using postal services including four-digit
pin codes. Each credit card is associated to exactly one bank account. A credit card holds credit card
number and customer id. No one can read the credit card number but the ATM machine. ATM machine
provides only two types of services: withdraw money and checking the balance.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
hw2
...\Account.cpp
...\Account.h
...\Bank.cpp
...\Bank.h
...\BankApp.cpp
...\Customer.cpp
...\Customer.h
...\Makefile
...\hw2.pdf