how to implement classes in kotlin code example Example: kotlin class class Person(val name: String, var age: Int)