Vidyalelo
PHP · Q44

Object Oriented Concept

Programming · PHP · question 44

Q44

Which method is invoked when an undefined property is accessed ?

A.
__get()
Answer
B.
__isset()
C.
__unset()
D.
__undefined()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board