Lesson 7: OOP - Comparing Objects
Goals
- Learn how to use out-of-the-box mechanisms to:
- Check if two instances have the same properties
- Sort elements of a list by any criteria you want
- Be introduced to the
LocalDateTime
class
Slides
Exercise & Assignment
Follow the link, accept the exercise and download the repository
Useful Links
- Equals and HashCode (by JournalDev)
- Sorting in Java (by Baeldung)
- LocalDateTime Tutorial (by Baeldung)