March 28, 2014

Dependency Injection - Design Patterns

Dependency Injection

Definition:

Dependency injection is a technique used in Oops. in this technique the component are loosely coupled by passing the dependencies to the object, rather than the object instantiating it own dependencies.

Explain in detail dependency injection?

No comments:

Post a Comment