问题描述:
[单选]
现有: 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.142)
- 热门题目: 1.地铁车站结构施工质量控制中。 2.在word 2010中,通过 3.什么是特殊儿童?特殊儿童主要
