问题描述:
[单选]
在下列源代码文件Test.java中,哪个选项是正确的类定义()
A.public class test { public int x=0; public test(int { thix=x; } }
B.public class Test { public int x=0; public Test(int { thix=x; } }
C.publiclass Test extends Ti,T2 { publiint x=0; publiTest(int { thix=x; } }
D.protecteclass Test extends T2 { public int x=0; public Test(int { thix=x; } }
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
- 我要回答: 网友(216.73.217.21)
- 热门题目: 1.以下不合法的用户标识符是() 2.对中断语句的说法,不正确的是 3.下列字符数组的初始化,正确的
