Vidyalelo
PHP · Q13

Object Oriented Concept

Programming · PHP · question 13

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.
::
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
Example- parent::__construct()