Supercharge Your Classes With Python super()

Supercharge Your Classes With Python super()

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 0h 23m | 84 MB

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().

By the end of this course, you’ll be able to:

  • Compose a class
  • Use super() to access parent methods
  • Understand single and multiple inheritance
Table of Contents

1 L01 inheritance
2 L02 single super
3 L03 multiple