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