Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 195 Bytes

hint-03.md

File metadata and controls

2 lines (2 loc) · 195 Bytes

Remember, every Java object inherits from Object. If you don't see the implementation for equals in a class, it is using the default implementation it inherits. You will need to override it.