Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 455 Bytes

0115.md

File metadata and controls

31 lines (24 loc) · 455 Bytes

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