What does the data class not provide?
A. An auto-generated "toString()" method
B. Automatic conversion from/to JSON
C. Auto-generated equals() and hashcode() method
D. A generated copy(....) method for creating copies of the instances
Answer: Option B

Join The Discussion