Multiple inheritance
When we have one child class and more than one parent classes then it is called multiple inheritance i.e. when a child class inherits from more than one parent class.
In this program, we have two parent classes Personel and Educational and one child class named Student and implementing multiple inheritance.
Python code to demonstrate example of multiple inheritance
Output
need an explanation for this answer? contact us directly to get an explanation for this answer