Jump to content

Behavioral pattern

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mahanga (talk | contribs) at 20:48, 15 August 2007 (null object). 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