Question: 14. To code a constructor for a class named Cart that requires two arguments, you start with this code: a. publio funotion Cart (Sargl, Sarg2)
14. To code a constructor for a class named Cart that requires two arguments, you start with this code: a. publio funotion Cart (Sargl, Sarg2) b. public function construct (Sargl, Sarg2) c. private function Cart(Sargl, Sarg2) d. private function construet (Sargi, Sarg2) 15. To create an object from a class named Cart that requires two arguments, you code a. new cart (argi, sar2) b. new Cart (argl, arg2) c. Cart_constructor (Sargi, Sarg2) d. Cart_constructor (argi , arg2) 16. To refer to a public property named categoryName for an object that's referenced by Scategory, you code Scategory->categoryNane a. b. $category->ScategoryName c. $category: :categoryName d. Scategory: :$categoryName 17. To call a static method named randomize in a class named Cart, you code a. Cart->randomizeo b. Cart- randomize() c. Cart: :randomize) d. Cart::$randomize 18. This pattern can be used to validate a five-digit zip code: a. /[d51/ 19. Which date string matches the pattern that follows? a. "2/4/68 b. "2/44/1968 C. "02/04/68" d. "02/34/1968- 20. If you want to create an exception within a data-validation function and throw it to the statement that called the function, you code a. throw new ValidationException("Validation error b. throw ValidationException("Validation error" c. throw Exception ("Validation error") d. throw new Exception ("Validation error
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
