vault backup: 2026-05-31 10:18:48

This commit is contained in:
Dmitry
2026-05-31 10:18:48 +03:00
parent 0804ea914e
commit f15f5e29f2
470 changed files with 2357 additions and 2329 deletions
@@ -1,13 +1,20 @@
---
status: seed
type: concept
tags: [python, oop, classes, inheritance, polymorphism, encapsulation]
tags:
- python
- oop
- classes
- inheritance
- polymorphism
- encapsulation
created: 2026-05-30
updated: 2026-05-31
title: Основы ООП в Python
source: ["[[oop.pdf]]"]
source:
- '[[oop.pdf]]'
aliases:
- Основы ООП в Python
---
# Основы ООП в Python
**ООП** — методология, в основе которой лежат понятия **класса** (шаблон) и **объекта** (экземпляр).