(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. In the constructor injection, the injector supplies the service (dependency) through method(s) of the
interface
C. In the constructor injection, the injector supplies the service (dependency) through the abstract classes
D. None of the others
Exit 46