Introduction to OOP Chapter 24: Design Patterns : next previous audio real text

Roadmap

When faced with a new problem, where do you look for inspiration?

Most people look to solutions of previous problems that have similar characteristics.

This insight is what is behind design patterns; collections of proven ways to structure the relatinships between objects in the pursuit of a given objective.

Intro OOP, Chapter 24, Slide 01