Read more about the article Kotlin Object Expression
kotlin_object_expression

Kotlin Object Expression

Object expressions in Kotlin allow you to create anonymous objects, which are instances of unnamed classes, directly in your code. These objects can be used to implement interfaces, extend classes,…

0 Comments