You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Java default values for function arguments were prohibited. That's why each time when it is needed to create a function with less arguments it should be overloaded. In Kotlin you can use default arguments instead.
In Java default values for function arguments were prohibited. That's why each time when it is needed to create a function with less arguments it should be overloaded. In Kotlin you can use default arguments instead.
Bad example
Good example
The text was updated successfully, but these errors were encountered: