Jump to content

Talk:Structural pattern

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by TinucherianBot (talk | contribs) at 12:47, 21 August 2008 (WP:SOFTWARE Tagging ! ( FAQ ) :). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputing: Software Unassessed
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
???This article has not yet received a rating on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
Taskforce icon
This article is supported by WikiProject Software.

If structural patterns are relationships between entities, why isn't inheritance listed?

Inheritance by definition is not a pattern. Inheritance and object composition are basic structures of object orientation which govern the two ways objects can interact with each other. Patterns give us a way to structure that interaction in different ways as per our needs.

Mrityunjay.kant 09:47, 21 December 2006 (UTC)[reply]