public?class?Set?{
public?List<Course>keben;
//創(chuàng)建一個泛型為Course的List對象keben
public?Set(){//創(chuàng)建Set方法
this.keben=new?ArrayList<Course>();//keben實例化
}上面是我做Set練習時的一個開頭,發(fā)現(xiàn)去掉this不影響最后的運行。請問實例化的時候加this,有什么用?
添加回答
舉報
0/150
提交
取消