#programming-tips
Read more stories on Hashnode
Articles with this tag
In this article , Lets understand how to use property getters and setters in kotlin A simple student class as follows class Student(var...
In this article , lets understand how to use Primary constructor , Multiple constructors and init{...} block First lets start with simple Student...