Kotlin - Functions
What is the main advantage of using vararg parameters in Kotlin functions?
What is the main advantage of using vararg parameters in Kotlin functions?
varargvararg keyword allows a function to accept zero or more arguments of the same type as a variable-length list.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions