Q49
Which one of the following property scopes is not supported by PHP?
A.
friendly
AnswerB.
final
C.
public
D.
static
Answer: Option A
Solution
Answer: Option A
Solution:
PHP supports five class property scopes: public, private, protected, final and static.