Q. Which PHP keyword is used to refer to the current object? (A) self (B) parent (C) $this (D) static ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) $this Explanation: $this refers to the current object.