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)- A11% (4)
- B81% (30)
- C3% (1)
- D5% (2)
Community Discussion
No community discussion yet for this question.