Q. Which PHP keyword ensures late static binding? (A) self (B) static (C) parent (D) this ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) static Explanation: The static keyword enables late static binding in PHP.