Skip to main content

Q) What are the types of inheritance?




A)
->inheritance is of 2 types
 1. Single inheritance/simple inheritance
 2. Multiple inheritance
->single inheritance is that from of inheritance in which, a child class inherits from only one parent class.
->if a child class is inheriting from more than one parent class, it is known as multiple inheritance..


                           


Comments