To create an object from a class named Cart that requires two arguments, you code

To create an object from a class named Cart that requires two arguments, you code



Answer: new Cart($arg1, $arg2)


Learn More :