问题描述:
[单选]
现有: class Cat { Cat (int c){System.out.print {"cat"+c+" "); } } class SubCat extends Cat { SubCat (int c){super (); System.out.print ("cable");} SubCat(){ this (); } public static void main (String [] args){ SubCat s= new SubCat(); } } 结果为:()
A.cat5
B.cable
C.at5 cable
D.cable cat5
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
- 我要回答: 网友(216.73.216.96)
- 热门题目: 1.下列SDCCH信道配置中SD 2.什么时候的紧急迫降不会引发撤 3.组织的架构要有利于组织的()
