(Choose 1 answer)
Choose the correct statement about Property Injection Pattern in Dependency Injection (DI)?
A. All of the others
B. In the property injection, the injector supplies the dependency through a public property of the client class
C. In the property injection, the injector supplies the dependency through a static property of the abstract classes
D. In property injection, the client class implements an interface that declares the method(s) to supply the dependency and the injector uses this interface to supply the dependency to the client class.
Exit 42