Q58
Which of the following is true about Kotlin's data classes?
A.
They must implement the Serializable interface
B.
They are final by default and cannot be extended
C.
They cannot have any properties
D.
They must implement the equals() and hashCode() methods
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board