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