4 — Python OOP
Purpose
[stub: python-oop]
- Duck Typing
- Multiple Inheritance
- Mixins
- Metaclasses
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.
5 — JavaScript & TypeScript OOP
Tours Prototype Chain, Classes, Mixins, and Decorators as the core sub-topics of javascript & typescript oop.