#software-development
Read more stories on Hashnode
Articles with this tag
A variable refers to a memory location that stores some data.You can declare variables in Kotlin using the val and var keywords. val:A variable...
In this article, we will figure out what exactly SOLID principles are and, most importantly, we will check out a few Kotlin examples to get an even...