Answer & Solution
Answer: Option D
Solution:
Multiple inheritance is an OOP concept where a class can inherit properties and methods from more than one superclass. However, PHP does not support multiple inheritance directly.