Any and Nothing Classes
We'll cover the following...
Some methods like equals() and toString() are pervasive. In Java you’d expect to find them in the Object base class. In Kotlin, these methods are included in the Any class, along with a number of other methods that are useful on instances of ...