As an anonymous user, you can only add new data. If you would like to also modify existing data, please create an account and indicate your languages on your user page.

Decorator Pattern

Jump to: navigation, search
  •  Language: English
      •  Decorator Pattern[Edit] : A design pattern that attaches additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality.
        •  Definition
          LanguageText
          CastilianPatrón de diseño que agrega responsabilidades adicionales a un objeto dinámicamente. Provee una alternativa flexible al mecanismo de herencia para extender funcionalidades.
          EnglishA design pattern that attaches additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality.
        •  Synonyms and translations
          ExpressionAnnotation
          LanguageSpelling
           CastilianPatrón decoradorshow ▼
        •  Semantic annotations
          PropertyValue
          topiccomputing
        •  Class membership