PHP·98 questionsWhat is late static binding?SaveUpdated: 2026-08-31Answer•static:: instead of self::.•Uses the calling class, not the definition.•Important in inheritance.•get_called_class().•For factory methods.Ask AI to clarifyWas this answer helpful?HelpfulNot helpfulSuggest an improvement