Ping's Memory
生活的点点滴滴都在这里
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();
没有评论:
发表评论
较新的博文
较早的博文
主页
订阅:
博文评论 (Atom)
没有评论:
发表评论