文件名称:savingAccount
介绍说明--下载内容均来自于网络,请自行研究使用
一、实验名称:储蓄帐户模拟
二、实验目的:这个实验题目的主要目的是为了让同学们进一步理解一些有关C++类的更多的一些特性,例如static成员的处理等。
三、实验内容:
本实验中主要内容有创建一个SavingAccount类,这个类需要完成以下的功能:
(1) 每一个SavingAccount应该包含一个年利率和帐户余额的数据成员;
(2) 提供一个构造函数初始化一个SavingAccount的实例;
(3) 每个月结算一次利息,并更新帐户余额信息;
(4)一个更改年利率的方法;-First, the experiment name: savings accounts simulation II experiment: The main purpose of this experiment was to subject to allow students to further understand some more about some of the features C++ class, such as processing and other static members. Third, the Experiment: This experiment mainly content to create a SavingAccount class that you need to complete the following functions: (1) each SavingAccount should contain a data member per annum and account balances (2) provide a constructor initializes a SavingAccount instance settlement (3) once a month interest, and update the account balance information (4) a method to change the annual interest rate
二、实验目的:这个实验题目的主要目的是为了让同学们进一步理解一些有关C++类的更多的一些特性,例如static成员的处理等。
三、实验内容:
本实验中主要内容有创建一个SavingAccount类,这个类需要完成以下的功能:
(1) 每一个SavingAccount应该包含一个年利率和帐户余额的数据成员;
(2) 提供一个构造函数初始化一个SavingAccount的实例;
(3) 每个月结算一次利息,并更新帐户余额信息;
(4)一个更改年利率的方法;-First, the experiment name: savings accounts simulation II experiment: The main purpose of this experiment was to subject to allow students to further understand some more about some of the features C++ class, such as processing and other static members. Third, the Experiment: This experiment mainly content to create a SavingAccount class that you need to complete the following functions: (1) each SavingAccount should contain a data member per annum and account balances (2) provide a constructor initializes a SavingAccount instance settlement (3) once a month interest, and update the account balance information (4) a method to change the annual interest rate
(系统自动生成,下载前可以参看下载内容)
下载文件列表
savingAccount\savingaccount\bin\Debug\savingaccount.exe
.............\.............\obj\Debug\main.o
.............\.............\...\.....\savingaccount.o
.............\.............\...\.....\savingAccountTest.o
.............\.............\savingaccount.cbp
.............\.............\savingaccount.depend
.............\.............\savingaccount.h
.............\.............\savingaccount.layout
.............\.............\savingAccountTest.cpp
.............\实验报告.doc
.............\savingaccount\obj\Debug\C\Users\Administrator\Desktop\课件\C++\第四次作业
.............\.............\...\.....\.\.....\.............\.......\....\C++
.............\.............\...\.....\.\.....\.............\.......\课件
.............\.............\...\.....\.\.....\.............\Desktop
.............\.............\...\.....\.\.....\Administrator
.............\.............\...\.....\.\Users
.............\.............\...\.....\C
.............\.............\bin\Debug
.............\.............\obj\Debug
.............\.............\bin
.............\.............\obj
.............\savingaccount
savingAccount