Consider the following code,
import scala.collection.mutable case class Person(gender: Int) { private var height = 1.0 override def equals(obj: Any):