java中的this关键字

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

    this.属性  操作对象的属性

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

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

posted @ 2016-07-22 14:31  Dante无心  阅读(96)  评论(0)    收藏  举报