In Kotlin, there are two constructors: Primary constructor- concise way to initialize a class Secondary constructor- allows you to put additional initialization logic Primary Constructor The primary constructor is part of the class header. Here's an example: ...