this表示的是當前物件
1.可以區分成員變數的區域性變數
2.呼叫當前物件中的成員
使用:
this()呼叫當前物件的無參構造
this(引數)呼叫當前物件的有參構造
this.成員變數名 呼叫當前物件的成員變數
this.方法名() 呼叫當前物件的成員方法
類
public class This {
int data=10;
public This(){
this(50);
System.out.println("我是This類中的無參構造");
}
public This(int a){
System.out.println("這是This的有參構造");
}
public void method(){
this.method01();
int data=20;
System.out.println(data);
System.out.println(this.data);
System.out.println("我是this類中的method方法");
}
public void method01(){
System.out.println("我是this類中的method01方法");
}
}
測試類
public class Testthis {
public static void main(String[] args) {
This this=new This();
this.method;
this.merhod01;
}
}
this的具體使用
相關文章
- this的具體使用1
- MVVM中ICommand的具體使用MVVM
- sySQL?Server索引結構的具體使用SQLServer索引
- @OneToOne、@ManyToOne的具體使用與區別
- vnc使用教程,vnc使用教程的具體操作步驟VNC
- BNSQL?Server索引結構的具體使用xokSQLServer索引
- MySQL視窗函式的具體使用TOCSMySql函式
- 使用 Angular Transfer State 的一個具體例子Angular
- Go 語言 := 的具體使用與區別Go
- RxJS CombineLatest operator 的一個具體使用例子JS
- Angular Reactive Form 的一個具體使用例子AngularReactORM
- performSelector的具體用法performSelector
- 具體的restoreSnapshot方法REST
- flutter系列之:移動端手勢的具體使用Flutter
- Media Query 在 CSS 中使用的一個具體例子CSS
- SAP UI5 使用 Smart Control 的一個具體例子UI
- Java·ConcurrentModificationException的具體原因JavaException
- 使用WPS PPT設定隔行變色的具體操作方法
- 簡單介紹numpy.reshape(-1,1)的具體使用
- [Vuex系列] - Mutation的具體用法Vue
- 介面 做具體的實現
- 淺談影片加密一機一碼的具體使用及優勢加密
- ftp客戶端,ftp客戶端軟體具體怎麼使用?FTP客戶端
- iOS framework的具體合成步驟iOSFramework
- 反射和代理的具體應用反射
- 親和圖的具體操作指南
- Set集合的具體子類:HashSet
- FMEA有什麼具體的作用?
- 軟體測試的具體學習路線
- 新媒體運營有哪些具體的用途?
- 使用 ViroReact 開發增強實現應用的一個具體例子React
- 如何使用cURL獲得請求/響應具體耗時?
- 學校的具體開學時間
- Map集合中的具體子類TreeMap
- ABAP include structure 的一個具體用法Struct
- IP定位的具體網路應用
- 通過一個具體的例子,講解 SAP Cloud Platform Integration(CPI) 的使用方法CloudPlatform
- 整合郵箱有什麼作用?具體使用CRM怎麼操作