When you define a class that implements an interfa...
# announcements
m
When you define a class that implements an interface with default implementations Kotlin creates methods within this class and delegate calls to the class with default implementations.