April 2018
Intermediate to advanced
396 pages
11h 8m
English
Before looking into linearization rules, we need to be clear on some inheritance rules in Scala:
Using those rules, we can always get to a canonical form for all traits and classes, where the base class is specified using extends and then all traits are added using the with keyword.
Read now
Unlock full access