October 2019
Intermediate to advanced
434 pages
11h 54m
English
Every class in Kotlin extends Any, which is defined like this:
open class Any
The Any class has three member functions:
The Any class also has several extension functions defined against it. This allows those extension functions to work for any class declared in your project.
Read now
Unlock full access