2016年5月12日
摘要: var 变量不能在子类中重写,除非父类是抽象类 在抽象类中var变量不能赋初值 abstract class Person{ val name="" def name1="" var name2:String} class Employee extends Person{ override val 阅读全文
posted @ 2016-05-12 15:17 梅卫军 阅读(677) 评论(0) 推荐(0) 编辑