List of Tables

 

Chapter 1. Scala—a blended language

Table 1.1. Attributes commonly ascribed to object-oriented and functional programming

Table 1.2. Variable definition in C++ versus Scala

Chapter 3. Modicum of style—coding conventions

Table 3.1. Coding style examples

Chapter 4. Utilizing object orientation

Table 4.1. Issues with inheritance versus object composition

Table 4.2. Pros/Cons of compositional methods

Chapter 9. Actors

Table 9.1. Actor design decisions

Table 9.2. Schedulers

Chapter 10. Integrating Scala with Java

Table 10.1. Annotation target types