Kotlin for Enterprise Applications using Java EE
上QQ阅读APP看书,第一时间看更新

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.