Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the implementation of design patterns in Java, focusing on the Decorator and Composite patterns. It explains how to create decorators to add functionality to objects and composite patterns to treat objects as a group. Real examples and code snippets are provided to illustrate the concepts.