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 Beland (talk | contribs) at 18:11, 20 May 2009 (class=Start). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputing: Software Start‑class
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.
StartThis article has been rated as Start-class 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]