1
Reply

Are IOC (Inversion of Control) and DI (Dependency Injection) same?

Gul Md Ershad

Gul Md Ershad

Oct 13, 2016
443
1

    IOC is a generic term, independent of language. It does not create the objects but describes in which fashion object is being created.DI is a form of IOC, where implementations are passed into an object through Constructor, Setters or Method Injection.

    Gul Md Ershad
    October 13, 2016
    0