- Kotlin for Enterprise Applications using Java EE
- Raghavendra Rao K
- 26字
- 2025-02-27 20:51:34
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.