C++需要写程序,实在是不会,谁能来帮一下 10

BankingSystem-ProblemDescriptionAbankwantsacomputersystemtohelpadministratorbankaccou... Banking System - Problem Description
A bank wants a computer system to help administrator bank accounts. Both checking accounts
and saving accounts must be tracked. Tellers will want to be able to enter an account number
and have all information on the account printed to the screen. The system needs to keep track
of the number of the account, the current balance, and the date that the account was opened.
The savings account has a variable interest rate and the checking account has a monthly
service charge. At the end of each month the balance in each account has to be adjusted. For
the checking account, adjusting the balance involves subtracting the monthly charge from the
current balance. For the savings account, the balance needs to be charged as shown by this
formula.
balance = balance + balance * interest
Finally, the bank needs to be able to find out what the current balance is on the account.

Subject: - Banking System
1. Inheritance
2. Virtual functions
3. Constants and references
4. Constant methods
5. Overloaded functions
6. Copy constructors
7. Conversion constructors and operator casting.
8. Dynamic memory allocation
展开
 我来答
hbhecs
2012-11-09 · 超过12用户采纳过TA的回答
知道答主
回答量:20
采纳率:0%
帮助的人:24.7万
展开全部
内容翻译如下。
银行系统--问题描述
银行需要计算机管理银行帐户,包括支票帐户、储蓄帐户。当出纳员输入帐户号码后,屏幕上应输出与该帐户相关的所有信息。系统应记录帐户号码、当前余额、开户日期。储蓄帐户应记录利率,支票帐户记录用户月服务费。在每个月结束时,所有的帐户余额应重新计算并调整。对于支票帐户,计算方法为从当前余额中减去用户月服务费。对于储蓄帐户计算公式如下:
余额=余额+余额*利率
最后,银行需要知道该帐户的当前余额。

题目:--银行系统
1.继承
2.虚拟函数
3.常量与变量
4.常函数(即不改变参数的值)
5.重写函数
6.复制构造函数
7.转换构造函数和类型转换运算符
8.动态内存分配
匿名用户
2012-11-09
展开全部
It's easy,please translate the topic into chinse first.Beconfident.
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式