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.
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 ratings0% found this document useful (0 votes)
29 views2 pages
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.