Question: What three methods does this class have?
- `equals(), hashCode(), and toString()`
- `equals(), toHash(), and super()`
- `print(), println(), and toString()`
- `clone(), equals(), and super()`
Answer: The correct answer of the above question is Option A:`equals(), hashCode(), and toString()`