Tag Archives: セカンダリコンストラクタ

Kotlin: Primary and Secondary Constructor, and Inheritance


In Kotlin, class can have primary constructor and secondary constructor. Constructors in subclass varies according to their circumstances.

Continue reading Kotlin: Primary and Secondary Constructor, and Inheritance