Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyKotlindata classesSingle-choice MCQ

Which property is NOT included in the auto-generated equals(), hashCode(), and toString() of this data class?

data class Account(val id: Int) { var balance: Int = 0 }