Python Classes Tutorial #4 | Inheritance (Creating a Subclass)

preview_player
Показать описание
In part four of this tutorial series on classes in Python, we are going to discuss the concept of inheritance and create a subclass called “ElectricCar” which inherits features from the superclass “Car”. Inheritance in Python is a key object-oriented programming concept where a new class, known as the subclass, can inherit attributes and methods from an existing class, called the superclass. This allows for code reuse, promoting a modular and efficient approach to software development. Subclasses can extend or override inherited features, facilitating the creation of specialized classes with shared functionalities.

Please like and subscribe if you found this video helpful!

00:00 - Intro
01:06 - Creating a Subclass
02:12 - Initializing the Constructor Method
03:25 - Super Function
04:34 - Adding Additional Attributes
05:54 - Creating a New Method
08:07 - Overriding a Method
09:42 - Creating a Instance of the Subclass
11:53 - Conclusion
Рекомендации по теме
Комментарии
Автор

"Thank you for your videos. I've been finding OOP challenging to fully grasp, but your explanations are excellent. One reason OOP seems difficult to me is that it involves many steps just to produce simple outputs. I'm finding it hard to see how this translates into practical programming tasks."

mannely-zh
join shbcf.ru