为了账号安全,请及时绑定邮箱和手机立即绑定

我的代码里面好像有点问题啊,求教各位大佬

我的代码里面好像有点问题啊,求教各位大佬

TOW哈克 2017-03-22 22:26:47
public class SavingAccount extends Account { private double interestRate; public SavingAccount(double balance,double interest_rate){  this.balance=balance;//这个类的父类里面有balance这个属性  interestRate=interest_rate; } public void addInterest(){balance+=balance*interestRate;} public double getInterestRate(){return interestRate;}}
查看完整描述
  • 1 回答
  • 0 关注
  • 1401 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信