Examveda
Examveda

In which of the following circumstance should you use a static reference to a non static method?

A. Making a method call using parent

B. Making a method call using child

C. Making an object call using parent

D. Making an object call using child

Answer: Option A

Solution(By Examveda Team)

Making a method call using parent is the only circumstance in which you should use a static reference to a non-static method.

This Question Belongs to PHP >> Object Oriented Concept

Join The Discussion

Related Questions on Object Oriented Concept