Hubbry Logo
search button
Sign in
Layer (object-oriented design)
Layer (object-oriented design)
Comunity Hub
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
Layer (object-oriented design)
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Layer (object-oriented design) Wikipedia article. Here, you can discuss, collect, and organize anything related to Layer (object-oriented design). The purp...
Add your contribution
Layer (object-oriented design)

In software object-oriented design, a layer is a group of classes that have the same set of link-time module dependencies to other modules.[1] In other words, a layer is a group of reusable components that are reusable in similar circumstances. In programming languages, the layer distinction is often expressed as "import" dependencies between software modules.

Layers are often arranged in a tree-form hierarchy, with dependency relationships as links between the layers. Dependency relationships between layers are often either inheritance, composition or aggregation relationships, but other kinds of dependencies can also be used.

Layers is an architectural pattern described in many books, for example Pattern-Oriented Software Architecture[2]

See also

[edit]

References

[edit]
  1. ^ Lakos, John (1997). Large-scale C++ software design'. Addison-Wesley.
  2. ^ Pattern-Oriented Software Architecture - A System of Patterns Archived 2008-06-16 at the Wayback Machine