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: 2024/04/28 03:36 by 127.0.0.1