nerdexam
Zend

200-550 · Question #27

Late static binding is used in PHP to:

The correct answer is B. Use caller class information provided in static method call. See the full explanation below for the reasoning.

Question

Late static binding is used in PHP to:

Options

  • ALoad dynamic libraries and extensions at runtime
  • BUse caller class information provided in static method call
  • CResolve undefined class names by automatically including needed files
  • DFind proper method to call according to the call arguments

How the community answered

(37 responses)
  • A
    8% (3)
  • B
    70% (26)
  • C
    16% (6)
  • D
    5% (2)

Community Discussion

No community discussion yet for this question.

Full 200-550 Practice