Notes / Low Level Design / 04 Dependency Management / 1 Dependency Injection

1 — Dependency Injection

Compares constructor, setter, and interface injection as ways to supply an object's dependencies from outside itself rather than constructing them internally.

Chapter Navigation
On This Page

1 — Dependency Injection

Purpose

[stub: dependency-injection]

Planned coverage:

  • Constructor Injection
  • Setter Injection
  • Interface Injection

Metadata

AuthorAmit Singh
Scopelow-level-design

Local graph

Full graph →