Java Reference
In-Depth Information
The intent of each design pattern is to solve a problem in a context. Responsibility-oriented
patterns address contexts in which you need to deviate from the normal rule that responsibility
should be distributed as far as possible. For example, when you need to centralize
responsibility in a single instance of a class, you can apply the S INGLsETON pattern.
Search WWH ::




Custom Search