Object-Oriented Programming (OOP)

What is the name for an OOP feature where a class can inherit properties and behaviors from more than one parent class?

Correct answer

B. Multiple inheritance

Explanation

Multiple inheritance refers to an OOP feature where a class can inherit properties and behaviors from more than one parent class.