scala 中的類定義與getter setter

定義一個類,包含field以及方法函數 calss HelloWorld{this private var name  = "HEL"spa def sayHello(){print("HEllo,"+name)}   //在類中不叫函數 叫方法對象 def getName = nameget }class //建立類的對象,並調用其方法方法 val helloworld =new HelloWo
相關文章
相關標籤/搜索