πŸ“Š MySQL
Q. Which operator is used to access property of an object in PHP?
  • (A) .
  • (B) *
  • (C) ->
  • (D) @
πŸ’¬ Discuss
βœ… Correct Answer: (C) ->

Explanation: This question asks about how you "get into" an object in PHP to grab specific pieces of information, called "properties". Imagine an object like a box, and the properties are the things inside.

Explanation by: Ravi Shankar
This question asks about how you "get into" an object in PHP to grab specific pieces of information, called "properties". Imagine an object like a box, and the properties are the things inside.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
104
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Ravi Shankar
Publisher
πŸ“ˆ
90%
Success Rate