vault backup: 2026-05-31 10:18:48
This commit is contained in:
@@ -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
|
||||
|
||||
**ООП** — методология, в основе которой лежат понятия **класса** (шаблон) и **объекта** (экземпляр).
|
||||
|
||||
Reference in New Issue
Block a user