1 — Memory Layout
Purpose
[stub: memory-layout]
- Stack
- Heap
- Object Headers
- References
- Object Alignment
Metadata
| Author | Amit Singh |
| Scope | object-oriented-programming |
Local graph
Related notes
2 — Dynamic Dispatch
Explains Virtual Tables, Interface Dispatch, Runtime Type Information, and Reflection as the core sub-topics of dynamic dispatch.
3 — Garbage Collection
Explains Reachability, Mark & Sweep, Generational GC, Reference Counting, and Memory Leaks as the core sub-topics of garbage collection.
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.