Manish Sharma
What is Dependency of Injection?
  • Nitin Goel
    Jan, 2014 9

    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.

    • 2
  • Munesh Sharma
    Apr, 2014 17

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

    • 1
  • Rashi Jindal
    Jan, 2019 10

    Transferring the task of creating the object to someone else and directly using the dependency is called dependency injection.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS