#kotlin
Read more stories on Hashnode
Articles with this tag
In Kotlin, when we declare a variable and assign it a value, like : var x = 5 What happen behind the scene is, an object is created, having the value...