public interface

  • 121Decorator pattern — Not to be confused with the concept of decorators in Python. In object oriented programming, the decorator pattern is a design pattern that allows behaviour to be added to an existing object dynamically. Contents 1 Introduction 2 Motivation 3… …

    Wikipedia

  • 122Commande (patron de conception) — En génie logiciel, Commande est un patron de conception (design pattern) de type comportemental qui encapsule la notion d invocation. Il permet de séparer complètement le code initiateur de l action, du code de l action elle même. Ce patron de… …

    Wikipédia en Français

  • 123Состояние (шаблон проектирования) — Шаблон проектирования Состояние State Тип: поведенческий Описан в Design Patterns Да Состояние (англ. State)  шаблон проектирования. Используется в тех случаях, когда во время выполнения программы объект …

    Википедия

  • 124Sprachelemente von C-Sharp — Dieser Artikel bietet eine Übersicht einiger Sprachelemente von C#. Inhaltsverzeichnis 1 Bedingte Ausführung (if, else, switch) 2 Schleifen (for, do, while, foreach) 3 Die Sprunganweisungen break, c …

    Deutsch Wikipedia

  • 125Proxy (шаблон проектирования) — У этого термина существуют и другие значения, см. Proxy. Шаблон проектирования Заместитель Proxy Тип: структурный Описан в Design Patterns Да Шаблон Proxy (определяет объект заместитель англ. surrogate …

    Википедия

  • 126Strategy pattern — [ LePUS3 ( [http://lepus.org.uk/ref/legend/legend.xml legend] ) ] In computer programming, the strategy pattern (also known as the policy pattern) is a particular software design pattern, whereby algorithms can be selected at runtime.In some… …

    Wikipedia

  • 127Session Beans — In the Java Platform, Enterprise Edition specifications, a Session Bean is a type of Enterprise Beans. In the J2EE architecture, the other two types are Entity Beans and Message driven beans. However, in Java EE 5 entity beans have been replaced… …

    Wikipedia

  • 128Bound property — A bound property of an object (such as a widget) is one which transmits notification of any changes to an adapter or event handler.A simply (and typical) example is the text property of a textbox control. Changes made by an end user can be… …

    Wikipedia