關於this this()

關於this this的第一個做用:區分局部變量和成員變量 this的第二個做用:指代對象自己 方法的調用必須經過對象才能進行 public class Point { private int row; private int col; public void setRow(int row) { if(row<=0 || row>25) { row=1; } this
相關文章
相關標籤/搜索