An abstract class Product has two subclasses, Perishable and NonPerishable. None of the constructors for these classes requires any arguments. Which of the following statements is legal?
a. Product myProduct = new Product();
b. Perishable myProduct = new Product();
c. NonPerishable myProduct = new NonPerishable();
d. none of the above
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.