Slide 30
Slide 30 text
Design Patterns by Scope
Class Patterns
Deal with relationships between classes and their subclasses.
Ex. Factory Method, Adapter, Template method…
Object Patterns
Deal with object relationships.
The most part of patterns are in the object scope.
Ex. Singleton, Adapter, Decorator, Proxy, Iterator, Observer…
Simone Carletti, Altura Labs