Q. In PHP the right way to call a class constant, given that the class is mathFunction?
β
Correct Answer: (C)
echo mathFunction::PI;
You must be Logged in to update hint/solution