Kotlin “By” Class Delegation: Favor Composition Over Inheritance
When people ask me why I choose Kotlin over Java, I often say, “Because Kotlin is a better Java.” You get more than half of Effective Java implemented for you. In chapter 4 of the book, the author lists many items about…