Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 283 Bytes

what_is_dependency_injection.md

File metadata and controls

5 lines (3 loc) · 283 Bytes

什么是依赖注入 - Dependency Injection?

反转控制 Inversion of Control (IoC) 或者叫依赖注入 Dependency Injection

is a general concept, and it can be expressed in many different ways and Dependency Injection is merely one concrete example of Inversion of Control.