qq_35029614 2017-10-27 11:55 采纳率: 0%
浏览 3118
已结题

用JAVA编写一个银行客户系统,要求如下

Develop a simple banking application Checking accounts have a monthly service fee Savings accounts pay interest monthly Three tasks
Identify all object-defining classes required
Sketch a class diagram
Plan the application class with a flowchart
Nouns are modeled by objects
Bank account, checking account, savings account
Verbs are modeled with methods
Assess fee, pay interest

Create a class diagram
Focus on customer, bank account, checking account, and savings account
Checking and savings accounts are specialized bank accounts
Class name in the top section, instance variables in the middle, methods in the bottom
Composition is represented by solid diamonds and inheritance is represented by open arrows
Application class is represented with a flowchart

Customer.java defines Customer objects
SSN, name, checking account, savings account
Constructor, accessor methods for accounts
BankAccount.java defines BankAccount objects, members common to all accounts
Account number, balance, accessor methods, toString
CheckingAccount.java and SavingsAccount.java nearly identical
Checking accounts incur a service charge, savings accrue interest
Both CheckingAccount and SavingsAccount class definitions include extends BankAccount
Constructors call the BankAccount constructor first using the keyword super
BankingApp.java is procedural with 5 parts
Preparation, declaration, input, processing, output
All individual classes must be in the same directory, and be compiled individually图片说明

  • 写回答

2条回答 默认 最新

  • threenewbee 2017-10-28 00:46
    关注
    评论

报告相同问题?

悬赏问题

  • ¥15 matlab实现基于主成分变换的图像融合。
  • ¥15 对于相关问题的求解与代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料
  • ¥15 使用R语言marginaleffects包进行边际效应图绘制
  • ¥20 usb设备兼容性问题
  • ¥15 错误(10048): “调用exui内部功能”库命令的参数“参数4”不能接受空数据。怎么解决啊