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
::
Correct Answer: ::
Example- parent::__construct()