Oddbean new post about | logout
 Watch "Python 101 from Beginners to Intermediate : Class Inheritance" by TinaTeach on Storm.pub! 
  
Link: https://storm.pub/watch?v=L5iY-u12YYI
----------------------------------------------------------------------

A class that inherits is called a child class and the one that gets inherited from is called a parent class. The concept of inheritance allows you to reuse blocks of code in one class for another so it saves you time to create more efficient code.

Don't forget to like and subscribe!

Facebook : https://www.facebook.com/profile.php?id=61551060988665

-Download-
Python website : https://www.python.org/