--- title: Class and OOP toc-depth: 2 --- # OOP Concepts - [Object Oriented Programming](Object-Oriented-Programming.md) - [Power Of Object Oriented Programming](python-classes.md) - [Instance Class Static Mathods](Instance-Class-Static-Mathods.md) - [Inheritance And Composition](Inheritance-and-Composition.md) - [Print Override ](print-overridden.md) - [init 的显示与隐式调用](init-explicit-implicit.md) # Examples - [](class_attr_vs_obj_attr.txt) - [](delete_class_name.txt) - [](read_only_attribute.txt) # Ignore - [oop_basic](oop_basic/about.md) - [](class_attr_vs_obj_attr.py) - [](delete_class_name.py) - [](read_only_attribute.py) # Ophan