A

Admin • 832.27K Points
Coach

Q. Which one can be used to instantiate an object in PHP assuming class name to be hello?

  • (A) $obj = new hello();
  • (B) $obj = new hello;
  • (C) $obj = new $hello;
  • (D) obj = new hello();
  • Correct Answer - Option(A)
  • Views: 34
  • Filed under category PHP
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.