What happens if you try to access a property whose name is defined in a parent class as private,
and is not declared in the current class?

A.
An E_NOTICE error will be triggered.
B.
An E_ERROR error will be triggered.
C.
An E_WARNING error will be triggered.
D.
No errors will be triggered
I have the same idea. A
0
0