2 — Inversion of Control
Purpose
[stub: inversion-of-control]
Metadata
| Author | Amit Singh |
| Scope | low-level-design |
Local graph
Related notes
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.
3 — Service Locator vs DI
Contrasts the service locator pattern with dependency injection, weighing hidden dependency lookups against explicit, visible constructor contracts.
4 — Object Factories
Covers factory patterns that encapsulate object construction logic and decouple it from the code that consumes the resulting objects.
Low-Level Design for MAANG Interviews
A book-shaped table of contents for LLD interview prep: OOP fundamentals through SOLID, design principles, UML, design patterns, dependency management, reliability, concurrency, domain modeling, API design, testing, refactoring, classic interview problems, advanced architecture, and performance — cross-linking Object-Oriented Programming and Patterns instead of duplicating them.