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
相關文章
相關標籤/搜索