Kotlin - Data Types
In Kotlin, which type is the universal base type that can hold any kind of value?
Any as the root of its type system, similar to Object in Java.Any can hold any non-null value, making it the universal base type in Kotlin.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions