1.

*$_What will be the output of the following PHP code?title}: " .$shopProduct->getProducer() ." ({$shopProduct->price})n"; print $str; }}$product1 = new ShopProduct( "My Antonia", "Willa", "Cather", 5.99 );$writer = new ShopProductWriter();$writer->write( $product1 );?>?

A. Error
B. Cather: Willa My Antonia (5.99)
C. Willa: Cather My Antonia (5.99)
D. My Antonia: Willa Cather (5.99)
Answer» E.


Discussion

No Comment Found

Related MCQs