#classes-and-objects
Read more stories on Hashnode
Articles with this tag
Kotlin Developer Path EP3 · Define A Constructor A Constructor is used to specify how the objects of a class are created. They initialize an object,...
Kotlin Developer Path Ep2 · Bismillah Defining classes in Kotlin involves specifying the properties and methods that all objects of that class should...