Examveda
Examveda

What is multiple inheritance in OOP?

A. Inheriting attributes from multiple classes

B. Creating multiple instances of a class

C. Inheriting from multiple subclasses

D. Inheriting from multiple base classes

Answer: Option D

Solution(By Examveda Team)

Multiple inheritance involves inheriting attributes and methods from multiple base classes.

This Question Belongs to Python Program >> Advanced OOP Concepts

Join The Discussion

Related Questions on Advanced OOP Concepts

What is inheritance in OOP?

A. Creating new objects from existing ones

B. Allowing objects to share attributes and methods

C. Restricting access to object attributes

D. Converting classes into objects