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
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
PHP supports six method scopes: public, private, final, static, protected and abstract.