Question: What three methods does this class have?

  1. `equals(), hashCode(), and toString()`
  2. `equals(), toHash(), and super()`
  3. `print(), println(), and toString()`
  4. `clone(), equals(), and super()`

Answer: The correct answer of the above question is Option A:`equals(), hashCode(), and toString()`