在下列源代码文件Test.java中,哪个选项是正确的类定义? ( )

admin2009-02-15  26

问题 在下列源代码文件Test.java中,哪个选项是正确的类定义?    (    )

选项 A、public class test        {          public int x=0;          public test(int x)          {             this.x=x;          }       }
B、public class Test        {         public int x=0;       public Test(int x)         {            this.x=x;         }       }
C、public class Test extends Ti,T2        {           public int x=0;           public Test(int x)           {              this.x=x;           }       }
D、protected class Test extends T2        {           public int x=0;           public Test(int x)        {            this.x=x;        }      }

答案2

解析
转载请注明原文地址:https://jikaoti.com/ti/vzb0FFFM
0

相关试题推荐
最新回复(0)