Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 369 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 369 Bytes

代码目录

chapter01 : scala简介

chapter02 : scala变量,数据类型,变量名规则

chapter03 : scala操作运算符,标准输入,数据交换

chapter04 : scala流程控制,if,表达式,for循环

chapter05 : scala函数式编程及其扩展,懒执行,异常捕获

chapter060708 : scala面向对象编程,打包,引入,方法,参数,类,特质