Dependency Injections helps decouple the various components of the application by
- Having the components reference each other through abstract interfaces and
- Delegate instantiation of concrete implementation classes to a dependency injection framework like Spring
No comments:
Post a Comment