Introduction to OOP Chapter 23: Object Interconnections : next previous audio real text

Roadmap

In this chapter we move up a level of abstraction, and consider collections of objects working together.

Our focus will be on how objects are connected to each other, and how one can make those connections as loose as possible.

Our primary tool for analyzing connectednesss will be the concepts of visibility and dependency.

Intro OOP, Chapter 23, Slide 01