Manish Sharma
Explain the use of Inversion of control (IOC)?
  • Munesh Sharma
    Apr, 2014 16

    http://stackoverflow.com/questions/3058/what-is-inversion-of-control

    • 1
  • Sheshnath Kumar
    Aug, 2015 15

    http://www.codeproject.com/Articles/29271/Design-pattern-Inversion-of-control-and-Dependency

    • 0
  • Shweta Lodha
    Apr, 2014 17

    Main reason is to provide the idea of plug and play components and loose coupling. Use of IOC is to prepare the code for such a change

    • 0