We sometimes create classes to hold some data in it. These classes have, some functions which are drived from the data. This type of class …
Kotlin Data Types
Kotlin variable and it’s data type
What is variable? Variable is a container type where you store your data. It has a name by which you can access this data.The data …