Dependency Injection
Dependency Injection
Dependency Injection is creating a depended object somewhere else and then passing it to the depending object is called dependency injection. Dependency Injection is sub thread of dependency management. Usage of object is usually harder than creating them…
Do not depend on concretions, depend on abstractions!!
Examples
Written on June 14, 2022