Starting Object Oriented Composition and Inheritance: Python Basics

Описание к видео Starting Object Oriented Composition and Inheritance: Python Basics

If you know the basics of Object Oriented Programming (OOP) in Python, a next step is to learn the capabilities of using composition and inheritance. You can build more complex systems and write readable and reusable code.

This is a portion of the complete course, which you can find here:
https://realpython.com/courses/python...

The rest of the course covers:
Composing classes together to create layers of functionality
Inheriting and overriding behavior from other classes to create variations
Creatively mix and match these approaches
Introducing the super() function

Комментарии

Информация по комментариям в разработке