Which one of the following method is invoked when an undefined method is called by client code?
(a) __get()
(b) __isset()
(c) __unset()
(d) __call()
The question was asked during a job interview.
This question is from Object Advanced Features in section Objects and Databases in PHP of PHP