Respuesta :
Single inheritance,Multiple inheritance,Multilevel inheritance are the 3 types of inheritance.
What is Inheritance?
- The word "Inherit," which means "to derive any attribute, features, or characteristics from family," is the root of the word "Inheritance." Therefore, "According to the definition of inheritance, it is a method by which a subordinate or child class acquires the traits and qualities of a superordinate class or other derived classes. It also enables extra features like taking child class properties and using them in other derived classes."
- In the Object Oriented Programming (OOPS) paradigm, Inheritance is one of the key principles in computer programming, followed by Abstraction, Encapsulation, and Polymorphism. The properties of existing objects can be transferred to the new objects thanks to this approach. Inheritance creates connections between classes, linking two or more classes together and creating class hierarchies.
To learn more about inheritance refer to:
https://brainly.com/question/15078897
#SPJ4