Well done!

You have completed Object-Oriented Concepts!

Quiz Question 1 of 7

In the following code, what key word do you use to replace the "***" when instantiating a new class object?

<?php
??? Product
{
}

$p = *** Product();
?>

Choose the correct answer below:

Skip Quiz Review Video