Scala - Mixin (Composition)

Card Puncher Data Processing

About

When a trait is being mixed into a class or trait, it is called a mixin.





Discover More
Card Puncher Data Processing
Scala - Trait (Interface)

Traits are like interfaces in Java, but they can also contain concrete members, i.e. method implementations or field definitions. A trait, which is defined with the trait keyword; is like an abstract...



Share this page:
Follow us:
Task Runner