Advertisements
Advertisements
Question
Explain the different types of inheritance?
Answer in Brief
Solution
Types of Inheritance:
There are different types of inheritance viz., Single inheritance, Multiple inheritance, Multilevel inheritance, hybrid inheritance, and hierarchical inheritance.
- Single Inheritance: When a derived class inherits only from one base class, it is known as single inheritance.
- Multiple Inheritance: When a derived class inherits from multiple base classes it is known as multiple inheritances.
- Hierarchical inheritance: When more than one derived class is created from a single base class, it is known as Hierarchical inheritance.
- Multilevel Inheritance: The transitive nature of inheritance is itself reflected by this form of inheritance. When a class is derived from a class that is a derived class then it is referred to as multilevel inheritance.
- Hybrid inheritance: When there is a combination of more than one type of inheritance, it is known as hybrid inheritance.
- Hence, it may be a combination of Multilevel and Multiple inheritances or Hierarchical and Multilevel inheritance or Hierarchical, Multilevel and Multiple inheritances.
shaalaa.com
Is there an error in this question or solution?