Q:

Which class accepts a class name or an object reference and returns an array of interface name?

belongs to collection: OBJECT TOOLS AND VARIABLES IN PHP MCQ

0

Which class accepts a class name or an object reference and returns an array of interface name?


  1. class_implements()
  2. is_subclass()
  3. is_subclass_of()
  4. class_interface()

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(a).class_implements()

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT TOOLS AND VARIABLES IN PHP MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Object-oriented code tries to minimize dependencie... >>
<< Which one of the following function should I use t...