What is inheritance ? What are its types
Answers
Answered by
0
Answer:
Inheritance is the process of creating a new Class, called the Derived Class , from the existing class, called the Base Class . The Inheritance has many advantages, the most important of them being the reusability of code. Multipath inheritance. ... Multiple Inheritance.
Answered by
4
Answer:
Please Mark As Brainliest Hope it helps
Explanation:
Inheritance is the process of creating a new Class, called the Derived Class , from the existing class, called the Base Class . The Inheritance has many advantages, the most important of them being the reusability of code. Hybrid Inheritance. ... Multipath inheritance.
Similar questions