Assume that RetailItem is the name of a class, and the class has a void member function named setPrice, which accepts a double argument. If soap is an instance of the RetailItem class, which of the following statements properly uses the soap object to call the setPrice member function?
A) RetailItem::setPrice(1.49);
B) soap::setPrice(1.49);
C) soap.setPrice(1.49);
D) soap:setPrice(1.49);
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.