5 — JavaScript & TypeScript OOP
Purpose
[stub: javascript-and-typescript-oop]
- Prototype Chain
- Classes
- Mixins
- Decorators
Metadata
| Author | Amit Singh |
| Scope | object-oriented-programming |
Local graph
Related notes
1 — Java OOP
Tours Object Model, JVM, Interfaces, Default Methods, Records, and Sealed Classes as the core sub-topics of java oop.
2 — C# OOP
Tours Properties, Delegates, Events, Records, Extension Methods, and Partial Classes as the core sub-topics of c# oop.
3 — C++ OOP
Tours Multiple Inheritance, Virtual Functions, Templates, RAII, and Smart Pointers as the core sub-topics of c++ oop.
4 — Python OOP
Tours Duck Typing, Multiple Inheritance, Mixins, and Metaclasses as the core sub-topics of python oop.