Jump to content

Behavioral pattern

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Luckas-bot (talk | contribs) at 08:11, 28 April 2010 (robot Adding: zh:行為型模式). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In software engineering, behavioral design patterns are design patterns that identify common communication patterns between objects and realize these patterns. By doing so, these patterns increase flexibility in carrying out this communication.

Examples of this type of design pattern include:

See also

References