Default parameter values, named arguments at the call site, and top-level functions (no class wrapper) are everyday Kotlin. Java historically overloads methods and nests static helpers in util classes —unless you are on a recent version that adds bits of syntactic sugar. This lesson clusters those calling-convention differences.
Kotlin: one function, many call shapes