Q13
What should be used to refer to a method in the context of a class rather than an object you use?
A.
->
B.
__
C.
$
D.
::
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
Example- parent::__construct()