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 17:14, 24 June 2008 (WP:COMP Tagging ! (False Postive ?? ) :(Plugin++) Added {{WikiProject Computing}}.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputing 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.

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]