Vidyalelo
PHP · Q49

Object Oriented Concept

Programming · PHP · question 49

Q49

Which one of the following property scopes is not supported by PHP?

A.
friendly
Answer
B.
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.