Functions in Kotlin
In this post I will talk about 5 cool things that functions can do in Kotlin, better than methods in Java. 1. Forget about overloaded methods In Java, when you need the same method to have 1 parameter in one case and more parameters in another case, you would have to overload the method. […]