Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Kotlin
/
Data classes
Which properties participate in all generated data-class members by default?
from Data classes
Kotlin 2.4.10
beginner
1 min
Which properties participate in all generated data-class members by default?
Every property reachable from the instance
Only properties declared in the primary constructor
Only val properties, regardless of declaration site
Only properties without default values
Check
Ask AI about this kata
Report an error
previous kata
What happens to an initialized class-body property when copy() creates a data-class insta…
Quiz
next kata
What does this program print?
Predict the output
A new version is available
Reload