单选题 给出下列代码,如何使成员变量m被方法fun()直接访问? ____
class Test
{
private int m;
public static void fun( )
{
...
}
}
【正确答案】 C
【答案解析】