开始使用免费开始使用

What makes Scala scalable?

The scalability of a language depends on several factors. The creator of the language (Martin Odersky), however, believes there are two main factors that contribute the most to Scala being scalable: Scala being object-oriented and Scala being functional.

In this exercise, you'll demonstrate your knowledge of what each factor means by classifying statements about them.

scala> val symbolAceSpades: String = "A♠"

本练习是课程的一部分

Introduction to Scala

查看课程

动手互动练习

通过我们的互动练习之一,将理论转化为实践

开始练习