3 — C++ OOP
Purpose
[stub: cpp-oop]
- Multiple Inheritance
- Virtual Functions
- Templates
- RAII
- Smart Pointers
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.
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.