Inheritance | More Python for Beginners [8 of 20]

Опубликовано: 28 Июль 2026
на канале: Microsoft Developer
7,027
74

Inheritance allows you to create specialized types of classes and objects, and share behavior across instances. We'll explore how Python supports inheritance, and how you can override functionality, including from the base object.

Watch the Python for Beginner series here: https://aka.ms/PythonBeginnerSeries
For the Full 'Intro to Python' course on Microsoft Learn: https://aka.ms/MSLearnPython
All video content will available at: https://github.com/microsoft/c9-pytho...
First series: https://github.com/microsoft/c9-pytho...
Second series: https://github.com/microsoft/c9-pytho...
Third series: https://github.com/microsoft/c9-pytho...


#microsoftdeveloper #morepythonforbeginners #learntocode