Scala Inheritance

原创转载请注明出处:http://agilestyle.iteye.com/blog/2333901   同Java类似,使用extends关键字实现继承 package org.fool.scala.inheritance class Person { val height = 180 val weight = 160 } class Teacher extends Person
相关文章
相关标签/搜索