Skip to content

Meeting Notes: 15.11.21

schrdrl edited this page Nov 17, 2021 · 4 revisions

Scala

  1. Functionality of Outer-Inner Classes in Scala
  2. Functionality and differences of Traits and Case Classes
  • Case Class: "Java -> Class"
  • Traits: "Java -> Interface"
  1. Usage of Object for Traits and Case Classes
  • Trait: Defining Methods by using Pattern Matching
  • Case Class: Constructor-Definitions

TODOS:

  1. Testing
  2. Implement Methods:
    • aTail
    • isConcreteElementOf_List
    • isConcreteElementOf_Option
    • widening - Operator
    • Concretization-Function