Kizspy Question: 23
(Choose 1 answer)
FUBVER COM LOW
Why would you use dependency injection in a Unity project instead of direct object references?
A. It reduces code complexity by centralizing all object references.
B. It allows for easier testing and reduces coupling between components.
C. It increases runtime performance by removing dependencies.
D. It simplifies debugging by throwing runtime errors when dependencies are missing.