關鍵字this static

this關鍵字 ▪ this的作用: – this表示的是當前對象本身, – 更準確地說,this代表當前對象的一個引用。 ▪ 普通方法中使用this。 – 區分類成員屬性和方法的形參. – 調用當前對象的其他方法(可以省略) – 位置:任意 ▪ 構造方法中使用this。 – 使用this來調用其它構造方法 – 位置:必須是第一條語句 ▪ this不能用於static方法。(講完static,大家
相關文章
相關標籤/搜索