scala學習筆記(8)

1.scala:java語言腳本化 2.object  //靜態成員 3.class  //class 4.trait  //接口 5.def xxx(a:Int):Unit={}      //函數的定義,函數有=號 6.def xxx(a:Int):Unit{}      //定義過程 7.val             //常量 8.var             //變量 9.(1,2,3
相關文章
相關標籤/搜索