.. meta:: :description: Object-oriented programming in Python :author: Serhii Horodilov :keywords: python, oop, object-oriented programming, index ############################################################################### Object-Oriented Programming ############################################################################### Object-oriented programming (OOP) is one of the biggest and most important subjects in all of programming. It is a method of structuring a program by bundling related properties and behavior into individual objects. .. toctree:: :name: oop intro inheritance patterns solid