πŸ“Š PHP
Q. In PHP the right way to call a class constant, given that the class is mathFunction?
  • (A) echo PI;
  • (B) echo mathFunction->PI;
  • (C) echo mathFunction::PI;
  • (D) echo mathFunction=PI;
πŸ’¬ Discuss
βœ… Correct Answer: (C) echo mathFunction::PI;

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
179
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Team MCQ Buddy
Publisher
πŸ“ˆ
90%
Success Rate