Dependency Injection [DI]

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.

To access this content, you must purchase a Membership - check out the different options here. If you're a member, log in.
Categories: Field Atlas


« Back to Glossary Index