Python Inheritance

Subscribers:
50,600
Published on ● Video Link: https://www.youtube.com/watch?v=HZ8DmKl0IcU



Duration: 0:00
238 views
7


Inheritance in Python. Inheritance uses a hierarchical relationship between classes. Inheritance allows us to create (child) classes that are built upon existing (parent) classes. Inheritance promotes code reuse as child classes inherit all attributes and methods from parent classes. The parent class is usually used as an interface for various child classes. Common synonyms of parent child classes include base and derived classes, and super and sub classes.

Python Object Oriented Programming Playlist:
   • Python Object Oriented Programming  

Python Data Structures and Algorithms Playlist:
   • Python Data Structures and Algorithms  

Python Game Programming Projects Playlist:
   • Python Game Programming Tutorial  

Subscribe for more coding tutorials 😄!