Login
Remember
Register
Ask a Question
Explain the use of data class in Kotlin?
0
votes
asked
Oct 5, 2021
in
Kotlin
by
rajeshsharma
Explain the use of data class in Kotlin?
kotlin-data-class
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 5, 2021
by
rajeshsharma
Data class holds the basic data types. It does not contain any functionality.
...