Late static binding is used in PHP to:

Posted by: Pdfprep Category: 200-710 Tags: , ,

Late static binding is used in PHP to:
A . Load dynamic libraries and extensions at runtime
B . Use caller class information provided in static method call
C . Resolve undefined class names by automatically including needed files
D . Find proper method to call according to the call arguments

Answer: B

Leave a Reply

Your email address will not be published.