Inheritance Python | Object Oriented Programming | Tutorial 18

preview_player
Показать описание
Hey Everyone This is 18th Video of Python Basic And 4th Video of OOPS in Python in This Video We are going to Learn Inheritance in Python.

"To create a new class from using the existing class is called Inheritance". In Inheritance relationship, the existing class is called "Super class or Base class or Parent class" and the newly created class is known as "Sub class or Derived class or Child class".
Inheritance is transitive. It means a class can have one and only one direct super class but it has one or more indirect super classes.
So Lets Learn More About Inheritance in Video
Codeicted
#Python
Рекомендации по теме