Q66
Which of the following advanced OOP features is/are not supported by PHP? 1. Method overloading 2. Multiple Inheritance 3. Namespaces 4. Object Cloning
A.
All of the mentioned
B.
None of the mentioned
C.
1 and 2
AnswerD.
3 and 4
Answer: Option C
Solution
Answer: Option C
Solution:
The advanced OOP features are: Object cloning, Inheritance, Interfaces, Abstract classes, and Namespaces.