1 — Creational Patterns
Purpose
[stub: creational-patterns]
- Singleton
- Factory Method
- Abstract Factory
- Builder
- Prototype
See Creational Patterns in the Patterns book for full implementations and trade-offs.
Metadata
| Author | Amit Singh |
| Scope | object-oriented-programming |
Local graph
Linked from 2 notes
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.
Object-Oriented Programming for MAANG Interviews
A book-shaped table of contents for OOP: paradigm foundations, the four pillars, object relationships, SOLID/GRASP design principles, memory and runtime internals, GoF design patterns, language-specific OOP, and OOP at system scale — cross-linking existing pattern, concurrency, and low-level-design notes instead of duplicating them.
Related notes
2 — Structural Patterns
Catalogs Adapter, Bridge, Composite, Decorator, Facade, Flyweight, and Proxy — the patterns that compose objects into larger structures.
3 — Behavioral Patterns
Catalogs Observer, Strategy, State, Command, Chain of Responsibility, Visitor, Iterator, Mediator, Template Method, Interpreter, and Memento — the patterns that govern how objects communicate and share responsibility.
Object-Oriented Programming for MAANG Interviews
A book-shaped table of contents for OOP: paradigm foundations, the four pillars, object relationships, SOLID/GRASP design principles, memory and runtime internals, GoF design patterns, language-specific OOP, and OOP at system scale — cross-linking existing pattern, concurrency, and low-level-design notes instead of duplicating them.
1 — Evolution of Programming Paradigms
Surveys Machine Programming, Procedural Programming, Structured Programming, Modular Programming, Object-Oriented Programming, Functional Programming, Event-Driven Programming, Reactive Programming, and Comparing Programming Paradigms as the core sub-topics of evolution of programming paradigms.