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?
- A. Polymorphism
- B. Multiple inheritance ✓
- C. Encapsulation
- D. 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.