nerdexam
Zend

200-710 · Question #130

Which methods can be used to overload object properties? (Choose 2)

The correct answer is B. __set(), __get(), __isset() E. __isset(), __unset(). See the full explanation below for the reasoning.

Question

Which methods can be used to overload object properties? (Choose 2)

Options

  • A__set(), __get()
  • B__set(), __get(), __isset()
  • C__put(), __receive(), __exists()
  • D__set(), __get(), __isset()
  • E__isset(), __unset()

How the community answered

(37 responses)
  • A
    11% (4)
  • B
    81% (30)
  • C
    3% (1)
  • D
    5% (2)

Community Discussion

No community discussion yet for this question.

Full 200-710 Practice