Kotlin - Variables and Type System
What is the primary reason Kotlin prefers
val declarations over var by default?val declarations over var by default?val for variables by default to make them immutable.var is safer than valval variables can be reassigned15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions