# Object Oriented Programming
All Object Oriented Programming notes →1 — Java OOP
Tours Object Model, JVM, Interfaces, Default Methods, Records, and Sealed Classes as the core sub-topics of java oop.
object-oriented-programming language-specific book
2 — C# OOP
Tours Properties, Delegates, Events, Records, Extension Methods, and Partial Classes as the core sub-topics of c# oop.
object-oriented-programming language-specific book
3 — C++ OOP
Tours Multiple Inheritance, Virtual Functions, Templates, RAII, and Smart Pointers as the core sub-topics of c++ oop.
object-oriented-programming language-specific book
4 — Python OOP
Tours Duck Typing, Multiple Inheritance, Mixins, and Metaclasses as the core sub-topics of python oop.
object-oriented-programming language-specific book
5 — JavaScript & TypeScript OOP
Tours Prototype Chain, Classes, Mixins, and Decorators as the core sub-topics of javascript & typescript oop.
object-oriented-programming language-specific book