2011年12月24日星期六

第6天第3节: 构造方法、匿名对象

==constructor
method name must be the same as class name
no return value and type
example:
public Person(){
}

==anonymous class
only use one and not assigned to a static variable
new Person().talk();

没有评论: