Q. Which PHP keyword is used to refer to the current object?

  • (A) self
  • (B) parent
  • (C) $this
  • (D) static
πŸ’¬ Discuss
βœ… Correct Answer: (C) $this
Explanation: $this refers to the current object.
Explanation by: Admin
$this refers to the current object.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
36
Total Visits
πŸ“½οΈ
7 mo ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
99%
Success Rate