super语句只能在类实例构造函数内部使用
摘要:
package testSuperClass { import testSuperClass.father; public class baby extends father { public function baby() { trace("baby run!"); say(); super.say(); } public ove... 阅读全文
posted @ 2009-03-31 09:17 jiahuafu 阅读(594) 评论(1) 推荐(0) 编辑