Examveda
Examveda

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

D. 3 and 4

Answer: Option C

Solution(By Examveda Team)

The advanced OOP features are: Object cloning, Inheritance, Interfaces, Abstract classes, and Namespaces.

This Question Belongs to PHP >> Object Oriented Concept

Join The Discussion

Related Questions on Object Oriented Concept