CSC/ECE 517 Fall 2010/ch5 5e mf

From Expertiza_Wiki
Revision as of 12:03, 3 November 2010 by Mafashin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Dependency Injection Pattern

The dependency injection pattern is a design pattern for fully decoupling one class from the instantiation another class on which it depends. In this sense, it is similar to the factory and service locator patterns.