Tag
#object-oriented
2 articles tagged object-oriented.
LLDintermediate
Design Patterns Explained: The Gang-of-Four Patterns That Show Up in LLD Rounds
Design patterns explained for interviews and low-level design: the Gang of Four patterns — factory, builder, singleton, adapter, decorator, strategy, observer, state, template method, command.
16 min read
LLDintermediate
SOLID Design Principles: The Five Rules That Make an Object-Oriented Design Interview-Ready
The SOLID design principles explained with code: single responsibility, open/closed, Liskov substitution, interface segregation, dependency inversion, plus DRY, KISS and YAGNI for low-level design.
15 min read