Mansi Vaghela
Mansi Vaghela's blog

Mansi Vaghela's blog

Follow
homebadgesnewsletter
Tag

software development

#software-development

More content

Read more stories on Hashnode


Articles with this tag

Kotlin Variables

Feb 2, 20231 min read

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...

Kotlin Variables

SOLID Design Principles In Kotlin

Feb 2, 20239 min read

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...

SOLID Design Principles In Kotlin