java

当前位置:中华考试网 >> java >> java面试题 >> 文章内容

java面向对象编程题库及答案(13)

来源:中华考试网  [2016年1月12日]  【

阅读下面的代码:

Public class Parent{

Public int addValue(int a,int b){

Int s;

S=a+b;

Return s;

}
}

Class Child extends Parent{

}

下列哪些方法可以加入类Child中?为什么?(BC)

A.  int addValue(int a,int b){  }

B.   public void addValue(){   }

C.  public int addValue(int a){  }

D.  public int addValue(int a,int b) throws MyException {  }

责编:ljnbset
  • 会计考试
  • 建筑工程
  • 职业资格
  • 医药考试
  • 外语考试
  • 学历考试