1 — Java OOP
Purpose
[stub: java-oop]
- Object Model
- JVM
- Interfaces
- Default Methods
- Records
- Sealed Classes
Metadata
| Author | Amit Singh |
| Scope | object-oriented-programming |
Local graph
Related notes
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.
5 — JavaScript & TypeScript OOP
Tours Prototype Chain, Classes, Mixins, and Decorators as the core sub-topics of javascript & typescript oop.