- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
java考试.doc
1.class Test{
public static int main(String[] args){
Test h=new Test();
h.methodA();
}
public void methodA(){
System.out.println(Best Wishes);
}
}
2. class Test{
public static void main(String[] args){
Test c=new Test();
String s=new String(ello);
c.amethod(s);
}
public void amethod(String s){
String c=?H?;
c+=s;
System.out.println(c);
}
}
3.class Test{
static int a=3;
}
final class Second extends Test {
void method(){
System.out.println(a);
}
}
4.class Top{
static void myTop(){
System.out.println(Testing myTop method in Top class);
}
}
public class Down extends Top {
void myTop(){
System.out.println(Testing myTop method in Down class);
}
public static void main(String[] args) {
Top t=new Down();
t.myTop();
}
}
5.class Super{
int i=0;
Super(String s){
i=10;
}
}
class Sub extends Super{
Sub(String s){
super(s);
i=20;
}
public static void main(String[] args) {
Sub b=new Sub(hello);
System.out.println(b.i);
}
}
1:错误(main方法没有返int类型的值)2:错误(s是串c是字符)3:对4:错误( Top t=new Down(); )5:20
4:是函数重构问题练习题之程序填空题一 一般回复 引用回复 返回顶部 ? Posted:2010年5月20日 8:14:27 1
interface Computerable{
_____1___ public double __ ;
}
?
class 梯形 implements ____ Computerable 2______
{ double a,b,h;
梯形(double a,double b,double h)
{ this.a=a;
this.b=b;
this.h=h;
}
public double 求面积()
{ return((1/2.0)*(a+b)*h);
}
}
class 圆形 implements ____ Computerable 3______
{ double r;
圆形(double r)
{ this.r=r;
}
public double 求面积()
{ return(3.14*r*r);
}
}
____Class_4_____ 堆
{ Computerable 底;
double 高;
堆(Computerable 底,double 高)
{ this.底=底;
this.高=高;
}
void 换底(Computerable 底)
{ this.底=底;
}
public double 求体积()
{ _____5return_____ (底.求面积()*高)/3.0;
}
}
public class Example4_28
{ public static void main(String args[])
{ 堆 zui;
Computerable bottom;
bottom=new 梯形(2.0,7.0,10.7);
System.out.println(梯形的面积+bottom.求面积());
zui=new 堆(bottom,30
您可能关注的文档
- for-next循环.ppt
- forstner算子提取特征点.doc
- FPGA控制实现图像系统视频图像采集.doc
- FPGA经验指导.doc
- FrameworkforAgentAgreements..doc
- fushouganweiruziniu.doc
- FX系列plc与pc机通讯.doc
- F组《杨老师的新评测计划》讨论结果.doc
- GAMMA二进制安装指南.doc
- GCT英语表达阅读理解.doc
- 浙江省温州市浙南名校联盟2025-2026学年高一上学期期中联考数学试题含解析.docx
- 26高考数学提分秘诀重难点34圆锥曲线中的定点、定值、定直线问题(举一反三专项训练)(全国通用)(含解析).docx
- 26高考数学提分秘诀重难点35概率与统计的综合问题(举一反三专项训练)(全国通用)(含解析).docx
- 26高考数学提分秘诀重难点31圆锥曲线中的切线与切点弦问题(举一反三专项训练)(全国通用)(含解析).docx
- 26高考数学提分秘诀重难点30圆锥曲线中的弦长问题与长度和、差、商、积问题(举一反三专项训练)(全国通用)(含解析).docx
- 26高考数学提分秘诀重难点29巧解圆锥曲线的离心率问题(举一反三专项训练)(全国通用)(含解析).docx
- 26高考数学提分秘诀重难点28直线与圆的综合(举一反三专项训练)(全国通用)(含解析).docx
- 寡核苷酸药物重复给药毒性研究技术指南.docx
- 重组溶瘤腺病毒生产质量管理标准.docx
- 26高考数学提分秘诀重难点27直线与圆中常考的最值与范围问题(举一反三专项训练)(全国通用)(含解析).docx
原创力文档


文档评论(0)