9
(Choose 1 answer)
Choose the correct statement about Constructor Injection Pattern in Dependency Injection (DI)?
A. In the constructor injection, the injector supplies the service (dependency) through the client class constructor
B. None of the others
C. In the constructor injection, the injector supplies the service (dependency) through the abstract classes
D. In the constructor injection, the injector supplies the service (dependency) through method(s) of the interface