<<< Previous question <<< Question ID#0463.md >>> Next question >>>
Using the notation self::$property refers to:
- A) The class property $property in this class
- B) A property of the current object
- C) The $property of the current object
- D) The class constant $property in this class
Answer
Answer: A