this關鍵字

1 class A{ 2 int i; 3 4 public A(int i){ 5 this.i = i;//代表當前已經創建的對象 6 } 7 8 public void show(A * this){//this代表當前正在調用show方法的對象 9
相關文章
相關標籤/搜索