移动端

  • 题王微信公众号

    题王微信公众号

    微信搜“题王网”真题密题、最新资讯、考试攻略、轻松拿下考试

单选题

现有:  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 () ;         }         }  结果是什么 ?()      

发布日期:2022-07-12

现有:  class Bird {  void talk() { System.out.print(...
A

chirp chirp

B

hello hello

C

chirp hello

D

编译错误

试题解析

现有

现有是一个汉语词汇,拼音为xiàn yǒu,基本意思是现成的可以立即使用的。

中文名
现有
拼音
xiàn yǒu
外文名
available
解释
现成的可以立即使用的

标签: "暂无标签"

题王网让考试变得更简单

扫码关注题王,更多免费功能准备上线!

此试题出现在

Java认证考试

Java认证考试综合练习

去刷题