In java, the vast majority of classes have a singl...
# announcements
r
In java, the vast majority of classes have a single "blessed" constructor that all other constructors call. It's so common, it was make a fundamental concept in Kotlin. For the rarer cases where constructors are independent from one another, you don't define a primary constructor and work just like in .