python_abstract_base_class_abc

Python Abstract base class (ABC)

Abstract base class (ABC) - “A class that cannot be instantiated, only subclassed. ABCs are how interfaces are formalized in Python. Instead of inheriting from an ABC, a class may also declare that it fulfills the interface by registering with the ABC to become a virtual subclass.” (FlntPy 2022)

python_abstract_base_class_abc.txt · Last modified: 2025/02/01 06:34 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki