已知有下面的类说明: pubic class Test4 { private float f=0f; int m=12; static int n=1; public static void main(String ar

admin2013-03-01  28

问题 已知有下面的类说明:    pubic class Test4    {    private float f=0f;    int m=12;    static int n=1;    public static void main(String args[])    {    Test4 e=new Test4();    }     }    在main()方法中,下面(    )使用是正确的。

选项 A、e.f
B、this.n
C、Test4.m
D、Test4.f

答案1

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

最新回复(0)