Extension functions

Kotlin gives us the ability to extend a class with new functionalities without modifying it. These extension functions are not available in Java.