黑马程序员技术交流社区

标题: 面向对象 [打印本页]

作者: 940752944    时间: 2016-7-1 21:51
标题: 面向对象
public class Test{
static int i=0;
public int aMethod( ){
i++;
return i;
}
public static void main(String [] args){
Test test = new Test( );
test.aMethod( );   
System.out.println(test.aMethod( ));
}
这个怎么指向的啊






欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2