Vidyalelo
Computer Science · Q32

Kotlin Programming MCQ for Competitive Exams, Interviews, and Certifications

Engineering and GATE · Computer Science · question 32

Q32

What does a data class not offer?

A.
A generated copy(...) method, to create copies of instances
B.
An auto-generated toString() method
C.
Anto-generated hashCode() and equals() methods
D.
Automatic conversion from/to JSON
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board