Interfaces#
This section will provide a thorough lesson on interfaces.
You should already be familiar with Generics. This lesson will make use of Generic Interfaces.
- Lesson I1: Interfaces 101
- Practice: Interfaces 101
- Lesson I2: Classes Fall Short
- Lesson I3: Method References
- Practice: Method References
- Lesson I4: Lambdas
- Practice Lambdas
- Lesson I5: Applied Interfaces
- Lesson I6: Anonymous Classes
- Lesson I7: Default Methods
- Lesson I8: Full Review
- Lesson I9: Case Study