<<< Previous question <<< Question ID#0115.md >>> Next question >>>
Which of the following allows a programmer to set a string value for the object that will be used if the object is ever used as a string?
- A)
__toString()
- B)
__get()
- C)
__call()
- D)
__string()
Answer
Answer: A