您当前的位置: 首页 > 

星拱北辰

暂无认证

  • 0浏览

    0关注

    1205博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

【面向对象】面向对象程序设计测试题9-对象之间的继承关系测试题

星拱北辰 发布时间:2019-12-01 14:38:59 ,浏览量:0

Test9:对象之间的继承关系测试题

问题 1 What will happen if you attempt to compile and run the following code?

class Base{
   }

class Sub extends Base{
   }

class Sub2 extends Base{
   }

public class CEx 
关注
打赏
1660750074
查看更多评论
立即登录/注册

微信扫码登录

0.0608s