this.成員變量:當前類的變量,this.方法:當前運行類的方法!

public class Test {    void test() {   this.test1();    }    void test1() {   System.out.println("test");    } }this public class Test1  extends Test{   void test1() {  System.out.println("err");   }
相關文章
相關標籤/搜索