Which characters is used to access property variables on an object-by-object basis?
A
::
B
=
C
->
D
.
Correct Answer: ->
Example: $product1->title=”My Life”;