Starting Object Oriented Composition and Inheritance: Python Basics

preview_player
Показать описание
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:

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
Рекомендации по теме
Комментарии
Автор

This video is the best explanation so far.
It has good speed(pace), good explanation with some examples before a practice examples on IDLE, and giving a definitions of terminology and what we will learn.

Sunny_Boy
Автор

Keep going and make a video with a modern patterns in the python.

dynax