Introduction to OOP Chapter 2: Abstraction : next previous audio real text

Patterns

Patterns are another attempt to document and reuse abstractions.

Patterns are description of proven and useful relationships between objects; which can help guide the solution of new problems.

Example pattern, Proxy:

Will have many more patterns in a later chapter.

Intro OOP, Chapter 2, Slide 20