Examveda
Examveda

Which of the following method scopes is/are not supported by PHP?
1. private
2. final
3. static
4 abstract

A. Only 2

B. Only 4

C. 2 and 4

D. None of the mentioned

Answer: Option D

Solution(By Examveda Team)

PHP supports six method scopes: public, private, final, static, protected and abstract.

This Question Belongs to PHP >> Object Oriented Concept

Join The Discussion

Related Questions on Object Oriented Concept