Vidyalelo
PHP · Q55

Object Oriented Concept

Programming · PHP · question 55

Q55

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

Answer: Option D

Solution

Answer: Option D
Solution:
PHP supports six method scopes: public, private, final, static, protected and abstract.