filmov
tv
Classes & Objects | An Introduction : : Kotlin Fundamentals Tutorial - Part 10

Показать описание
In this video we finally get in to something more substantive in Kotlin fundamentals series. That is classes and Objects. We start with understanding the classes and Objects in layman terms. Then we move on to see how they are created in Kotlin. Kotlin provides you with various options when it comes to the way you can initialize the objects. We have usual constructor. But we also have init blocks that get executed as part of constructor. Kotlin is also good at making all of this very succinct. We are just getting started here. So stay tuned.