Java this关键字

来源:互联网 发布:买鞋软件 编辑:程序博客网 时间:2024/06/15 11:03

Java 中的this 关键字

1.this关键字代表当前对象

    this.属性 操作当前对象的属性

    this.方法 调用当前对象的方法

 2. 封装对象的属性的时候,经常会用到this 关键字 


 

    

0 0
原创粉丝点击