Which of the following statements are correct? (Choose 2)

A.
It is possible to specify more than one __autoload function
B.
__autoload receives the missing class name all lowercased
C.
__autoload is being called for missing interfaces
D.
Inside __autoload missing classes trigger __autoload
Correct answer is CD
0
0