0% found this document useful (0 votes)
44 views8 pages

Python Core - Inheritance Presentation

The presentation covers various types of inheritance in programming, including single, multilevel, multiple, hierarchical, and hybrid inheritance. It also introduces polymorphism, which allows methods to function differently based on the context. The content is presented by S. Maha.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views8 pages

Python Core - Inheritance Presentation

The presentation covers various types of inheritance in programming, including single, multilevel, multiple, hierarchical, and hybrid inheritance. It also introduces polymorphism, which allows methods to function differently based on the context. The content is presented by S. Maha.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

PRESENTATION TOPIC :

INHERITANCE AND ITS TYPES

DONE BY:
S. MAHA
SINGLE INHERITANCE

• Single Inheritance: One child inherited from one


parent.
MULTILEVEL INHERITANCE
• Multilevel Inheritance: A child inherited from parent and another
child inherited from that child.
MULTIPLE INHERITANCE
• Multiple Inheritance: A single child inherited from more than one
parent.
HIERARCHICAL INHERITANCE
• Hierarchical Inheritance: A single parent having more than one
child .
HYBRID INHERITANCE
• Hybrid Inheritance: It is the combination two or more types of
inheritance.
POLYMORPHISM – INTRO
• Polymorphism: Has same method but works differently depending on
the situation.
THANK YOU

You might also like