Glossary coding Term Page

Instance

A concrete object created from a class

instance #coding#python
Korean version

Related Concepts

Core Idea

Instance is A concrete object created from a class; self points to this instance. It usually makes the most sense alongside dataclass, slots, Protocol.

Why It Matters Here

Mathbong reuses this term across python posts as shared vocabulary.

Posts Mentioning This Concept