1.

Which characters is used to access property variables on an object-by-object basis?(a) ::(b) =(c) ->(d) .This question was addressed to me by my college director while I was bunking the class.Asked question is from Object Basics-1 topic in portion Objects and Databases in PHP of PHP

Answer»

The CORRECT choice is (c) ->

The EXPLANATION: Example: $PRODUCT1->TITLE=”My Life”;



Discussion

No Comment Found

Related InterviewSolutions