(Choose 1 answer)
Which of the following statements related to the benefits of the Inversion of Control (loC) is True?
A. IOC containers support eager instantiation and lazy loading of services but containers do not provide support for instantiation of managed objects, cyclical dependencies, life cycles management
B. Minimizes the amount of code in our application. With IOC containers, we care about how services are created and how we get references to the ones we need
C. The loc principle helps in designing loosely coupled classes that make them testable, maintainable, and extensible
D. All of the others
Rsh
Q: 13