Kotlin - Functions
What does the vararg keyword do in Kotlin functions?
What does the vararg keyword do in Kotlin functions?
varargvararg keyword lets a function accept zero or more arguments of the same type without needing an array or list explicitly.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions