Kizspy | Question: 30
(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 of the client class
B. 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.
C. In the property injection, the injector supplies the dependency through a static property of the abstract classes
D. All of the others