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 design patterns of Decorator and Composite, explaining how the Decorator pattern allows adding new functionality to objects dynamically, and how the Composite pattern composes objects into tree structures to represent part-whole hierarchies.