Is class delegation (composition) considered a typ...
# announcements
a
Is class delegation (composition) considered a type of Mixin? Kinda confused on semantics.
k
Looking at the wikipedia page for Mixin, I think delegation is indeed the Kotlin implementation of it.
s
I think so. Class delegation on interfaces seems very similar to Scala's traits and mixins...