Learn the basics of Kotlin companion objects.
Baeldung Author
Behnam Khani
Here's what I've written (so far):
Baeldung on Kotlin
- All
- Kotlin Classes and Objects (3)
Comparing Objects in Kotlin
Filed under Kotlin Classes and Objects
Learn how to override the default behavior of the == operator.
Data Classes in Kotlin
Filed under Kotlin Classes and Objects
A quick and practical example of using data classes in Kotlin.