Q. Assume we have the class Person. Which is the correct way to call a class constant ?
β
Correct Answer: (C)
echo Person::AGE;
You must be Logged in to update hint/solution