Object Inheritance in Python

Published: 16 January 2020
on channel: 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...