Vidyalelo
PHP · Q111

Object Oriented Concept

Programming · PHP · question 111

Q111

# is the visibility code for?

A.
Private
B.
Friendly
C.
Protected
Answer
D.
Static

Answer: Option C

Solution

Answer: Option C
Solution:
Available to the current class and its subclasses only.