2
Reply

What is Dependency of Injection?

Manish Sharma

Manish Sharma

Sep 03, 2012
2.6k
0

    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.

    Nitin Goel
    January 09, 2014
    1

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

    Munesh Sharma
    April 17, 2014
    0