0% found this document useful (0 votes)
85 views

Python Hybrid Inheritance

Hybrid inheritance combines features of single inheritance, multilevel inheritance, multiple inheritance and hierarchical inheritance by allowing a class to inherit from multiple classes and subclasses.

Uploaded by

d2op
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
85 views

Python Hybrid Inheritance

Hybrid inheritance combines features of single inheritance, multilevel inheritance, multiple inheritance and hierarchical inheritance by allowing a class to inherit from multiple classes and subclasses.

Uploaded by

d2op
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Hybrid Inheritance

 Combination of Single, Multi level, multiple and


Hierarchical inheritance is known as
 Hybrid Inheritance.

You might also like