interface inversion
Смотреть что такое "interface inversion" в других словарях:
Inversion De Contrôle — L inversion de contrôle (Inversion of Control, IoC) est un patron d architecture commun à tous les frameworks (ou cadre de développement et d exécution). Il fonctionne selon le principe que le flot d exécution d un logiciel n est plus sous le… … Wikipédia en Français
Inversion de controle — Inversion de contrôle L inversion de contrôle (Inversion of Control, IoC) est un patron d architecture commun à tous les frameworks (ou cadre de développement et d exécution). Il fonctionne selon le principe que le flot d exécution d un logiciel… … Wikipédia en Français
Interface en informatique — Interface (informatique) ██████████ … Wikipédia en Français
Interface (computer science) — Interface generally refers to an abstraction that an entity provides of itself to the outside. This separates the methods of external communication from internal operation, and allows it to be internally modified without affecting the way outside … Wikipedia
Inversion of control — In software engineering, Inversion of Control (IoC) is an abstract principle describing an aspect of some software architecture designs in which the flow of control of a system is inverted in comparison to procedural programming. In traditional… … Wikipedia
Inversion de contrôle — L’inversion de contrôle (Inversion of Control, IoC) est un patron d architecture commun à tous les frameworks (ou cadre de développement et d exécution). Il fonctionne selon le principe que le flot d exécution d un logiciel n est plus sous le… … Wikipédia en Français
Interface (computing) — For other uses, see Interface. In the field of computer science, an interface is a tool and concept that refers to a point of interaction between components, and is applicable at the level of both hardware and software. This allows a component,… … Wikipedia
Interface (informatique) — ██████████70 … Wikipédia en Français
Interface de commande de chasseurs — Technologies de Stargate Sommaire 1 Technologies des Anciens 2 Technologies Oris 2.1 Transports … Wikipédia en Français
Dependency inversion principle — In object oriented programming, the dependency inversion principle refers to a specific form of decoupling where conventional dependency relationships established from high level, policy setting modules to low level, dependency modules are… … Wikipedia
Abstraction inversion — In computer programming, abstraction inversion is an anti pattern arising when users of a construct need functions implemented within it but not exposed by its interface. The result is that the users re implement the required functions in terms… … Wikipedia