当前位置:Java认证考试综合练习题库

问题:

[单选]

现有: 
class Bird { 
void talk() { System.out.print("chirp "); }        
} 
class Parrot2 extends Bird { 
protected void talk() { System.out.print("hello ");       
public static void main(String [] args) { 
Bird [] birds = {new Bird(), new Parrot2 () };        
for( Bird b : birds)         
b.talk () ;        
}        
} 
结果是什么 ?()      

A .  chirp chirp
B .  hello hello
C .  chirp hello
D . 编译错误

在工作表中,标识一个以单元格C3、C11、N3、N11为四个顶点的区域,正确的写法为() C3:C11:N3:N11。 C3:N。 3C、C3:C11。 N11:C3。 语文课程评价的总体功能是()。 导向功能。 发展功能。 诊断功能。 激励功能。 ()是合作的基础。 沟通。 倾听。 决策。 诚信。 对专职摄影记者的要求(职责) 急性水肿型胰腺炎的临床表现不包括()。 上腹部持续疼痛。 中等程度发热。 恶心、呕吐。 轻度黄疸。 上腹部有压痛、反跳痛与肌紧张。

现有: 
class Bird { 
void talk() { System.out.print("chirp "); }        
} 
class Parrot2 extends Bird { 
protected void talk() { System.out.print("hello ");       
public static void main(String [] args) { 
Bird [] birds = {new Bird(), new Parrot2 () };        
for( Bird b : birds)         
b.talk () ;        
}        
} 
结果是什么 ?()      

参考答案:

  参考解析

本题暂无解析

在线 客服