Dependency injection


Saturday, December 21, 2024    |    550 views

Dependency injection (also known as DI) is a design pattern in which a class or object has its dependent classes injected (passed to it by another class or object) rather than create them directly. Dependency injection facilitates loose coupling and promotes testability and maintenance


Post Comments
295487