Dependency injection is a software design pattern that is used to decouple a function or object from its dependencies. Dependencies are supplied from outside of the component via constructors, function parameters, setters, or other methods.
Categories: Field Atlas
Tags: Design Pattern
« Back to Glossary Index
