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

Python Inheritance

This document discusses the different types of inheritance in object-oriented programming. There are six types listed: single inheritance, multi-level inheritance, hierarchical inheritance, multiple inheritance, hybrid inheritance, and cyclic inheritance. Inheritance allows classes to inherit attributes and behaviors from parent classes.

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)
19 views

Python Inheritance

This document discusses the different types of inheritance in object-oriented programming. There are six types listed: single inheritance, multi-level inheritance, hierarchical inheritance, multiple inheritance, hybrid inheritance, and cyclic inheritance. Inheritance allows classes to inherit attributes and behaviors from parent classes.

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

inheritence

Type of inheritace

Types of Inheritance






Single Inheritance
Multi Level Inheritance
Hierarchical Inheritance
Multiple Inheritance
Hybrid Inheritance
Cyclic Inheritance

You might also like