Design Patterns
A Design Pattern is a common arrangement of classes and interfaces
that can be reused in more than one Language implementation. They are
used to solve reoccuring problems and communicate solutions in the
implementation of a Language in an object-oriented Programming
Language.
|
|
Related Topics
Design Model-View-Controller
|