Object Inheritance in Python

Опубликовано: 16 Январь 2020
на канале: Real Python
3,265
120

While Python isn’t purely an object-oriented language, it’s flexible enough and powerful enough to allow you to build your applications using the object-oriented paradigm. One of the ways in which Python achieves this is by supporting inheritance, which it does with super(). In this lesson, you’ll cover how to use super() to access a parent class’s constructor.

Click here to learn more: https://realpython.com/courses/python...