Inheritance [Object-oriented programming in Python, pt. 3]

Опубликовано: 19 Февраль 2025
на канале: Sebastiaan Mathôt
3,621
190

In this video, the third of a three-part series about object-oriented programming in Python, I show how to extend an existing class through inheritance (or subclassing). This allows you to create new classes that inherit all functionality of existing classes while extending or changing this functionality. (For more Python tutorials, see https://python.cogsci.nl. For the Rapunzel IDE, see https://rapunzel.cogsci.nl/)