问题描述:
[单选]
现有: 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.220)
- 热门题目: 1.早在100万年前左右,就有古 2.下列各项中,发出存货成本的结 3.蔬菜、水果、薯类、粗粮是纤维
