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

πŸ‘οΈ
46
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
96%
Success Rate