To Lecture Notes
IT 372 -- May 4, 2026
Review Exercises
What is wrong with this Kotlin
toString
method?
fun toString( ) : String { return "$v1; $v2: $v3" }
What must you do to make a Kotlin base class inheritable?
What is a recommended alternative to using secondary constructors in a class?
What is wrong with this Kotlin statement? How do you fix it?
var s : String = null
Introduction to Kotlin
Look at the Anonymous and Lambda Functions section.
Introduction to Jetpack Compose
Composable Parameters
Lists some of important parameters for the composables that we will be using.