Jump to content

Layer (object-oriented design)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Esap (talk | contribs) at 21:10, 18 July 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)


In object-oriented design, a layer is a group of classes that have the same set of module dependencies to other modules. In other words, a layer is a group of reusable components that are reusable in similar circumstances.