Zusammenfassung der Ressource
Scala
- Abstract types related to objects
concept
Anmerkungen:
- Abstract type in scala reflects the
concept of object from object oriented paradigm
- Mixin composition
Anmerkungen:
- mixin composition reflects the module system
- pattern matching over class hierarchies unifies functional and object oriented data access.It greatly
simplifies the processing of xml trees.
- A flexible syntax and type system enables you create new libraries and domain specific language