Answer (Choose 1 answer)
Choose the correct statement about Dependency Injection (DI)
A. The main idea of DI is to reduce the coupling between classes and move the binding of a concrete implementation out of the dependent class
B. Inversion of Control (IoC) can be done using DI, but very difficult to implement
C. DI explains how to implement functions of the applications into abstract classes and inter design pattern
D. None of the others
Exit 26