摘要:
Thisthis是指向当前对象的一个引用型变量,代表当前对象本身。利用this可以使用当前对象的阈或者调用当前对象的方法。如,class Banana{ void pick(){...} void pit(){ this.pick(); }}public class MyDate{ int day, month, year; public void tomorrow(){ this.day=this.day+1; }}1. this 只能在方法中使用,表示当前类的对象或者类的当前实例。public c... 阅读全文
posted @ 2012-01-11 17:50
crazyMu
阅读(202)
评论(0)
推荐(0)

浙公网安备 33010602011771号