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

Relationship to Dependency and Visibility

Many patterns are involved with the concepts of dependency we introduced in the previous chapter.

Determining where strong dependencies are necessary, and how to weaken dependencies whenver possible.

Intro OOP, Chapter 24, Slide 03