#scala
Types and behavior of objects are described by
classes and
traits.
If you want to change selection, open document below and click on "Move attachment"
Introduction - Scala Documentationing patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages.
Scala is object-oriented
Scala is a pure object-oriented language in the sense that every value is an object. <span>Types and behavior of objects are described by classes and traits. Classes are extended by subclassing and a flexible mixin-based composition mechanism as a clean replacement for multiple inheritance.
Scala is functional
Scala is also a functional lang Summary
| status | not read | | reprioritisations | |
|---|
| last reprioritisation on | | | suggested re-reading day | |
|---|
| started reading on | | | finished reading on | |
|---|
Details