阅读下列代码片段: class Interest Test ActionListener{ …… public void actionPerformed(ActionEvent event){ double i nterest =balance*

admin2012-12-02  35

问题 阅读下列代码片段:
class Interest Test ActionListener{
  ……
public void actionPerformed(ActionEvent event){
  double i nterest =balance*rate/100;
  balance +=i nterest ;
  NumberFormat format =NumberFormat .getCurrencyInstance();
  Syste m.out .pri nt]b("balance ="+formatter .format(balance)};
  }
  Private double rate ;

在下画线处,应填的正确选项是(  )。

选项 A、Imple mentation
B、Inheritance
C、i mple ments
D、extends

答案D

解析 继承父类应使用的关键词为extends。
转载请注明原文地址:https://kaotiyun.com/show/h1ID777K
0

相关试题推荐
最新回复(0)