Home »
MCQs »
FastAPI MCQs
____ is the process through which an item obtains other objects on which it depends
17. ____ is the process through which an item obtains other objects on which it depends.
- Refactoring dependency
- Dependency injection
- Coupling
Answer: B) Dependency injection
Explanation:
Dependency injection is the process through which an item obtains other objects on which it depends.