Q. Which of the following can be used to instantiate an object in PHP supposing class name to be MyClass?
β
Correct Answer: (C)
$obj = new MyClass();
You must be Logged in to update hint/solution