InterviewSolution
Saved Bookmarks
| 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) -> |
|