2
Reply

What is Dependency of Injection?

Manish Sharma

Manish Sharma

12y
2.7k
0
Reply

    Dependency Injection is injecting the dependency at run time. When one entity is depending on other entity then it provide the dependent entity at run time. It useful for loosely couple architecture.

    http://stackoverflow.com/questions/130794/what-is-dependency-injection