Briefing Zend Knowledge

Can a private static member be accessed from a public static method of the same class?

Can a private static member be accessed from a public static method of the same class?

A.
Yes

B.
No

C.
Only if the class is defined as an abstract