Which statement creates an array of five references to an abstract class named Currency?
a. Currency[] = new Currency[5];
b. Currency[] currencyref = new Currency[5];
c. Currency[5] currencyref = new Currency[5];
d. Currency[5] = new Currency[5];
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.