文件名称:bank
介绍说明--下载内容均来自于网络,请自行研究使用
创建一个SavingAccount 类,这个类需要完成以下的功能:
(1) 每一个SavingAccount 应该包含一个年利率和帐户余额的数据成员;
(2) 提供一个构造函数初始化一个SavingAccount 的实例;
(3) 每个月结算一次利息,并更新帐户余额信息;
(4) 一个更改年利率的方法;
-Create a SavingAccount class that you need to complete the following functions: (a) each per annum and SavingAccount should contain a data member account balances (2) provide a constructor initializes an instance of SavingAccount (3) month Interest on the balance sheet once and update account balance information (4) a change rate method
(1) 每一个SavingAccount 应该包含一个年利率和帐户余额的数据成员;
(2) 提供一个构造函数初始化一个SavingAccount 的实例;
(3) 每个月结算一次利息,并更新帐户余额信息;
(4) 一个更改年利率的方法;
-Create a SavingAccount class that you need to complete the following functions: (a) each per annum and SavingAccount should contain a data member account balances (2) provide a constructor initializes an instance of SavingAccount (3) month Interest on the balance sheet once and update account balance information (4) a change rate method
(系统自动生成,下载前可以参看下载内容)
下载文件列表
bank\SavingAccount.cpp
....\SavingAccount.h
....\SavingAccount.h.gch
....\savingAccountTest.cpp
bank