Q. What is the difference between abstract classes and interfaces in PHP?
β
Correct Answer: (D)
All of the above
Explanation: All statements are correct: abstract classes support concrete methods and properties, interfaces only declare methods, and multiple interfaces can be implemented.