【Scala】面向对象编程_"for elem <- list 6,9,0.618, \"spark\", \"hadoop\"-CSDN博客

网站介绍:文章浏览阅读586次。面向对象编程类对象继承特质模式匹配包类类的定义class Counter{ 定义类的字段和方法}定义字段:使用关键字val或者var定义方法:def 方法名(参数列表):返回结果类型={方法体} def increment(step: Int): Unit = { value += step } def current(): Int = { value }联系起来就是 var value = 0 def increment(step: Int_"for elem <- list 6,9,0.618, \"spark\", \"hadoop\", 'hello"