Question: 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];
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];
Step by Step Solution
3.41 Rating (160 Votes )
There are 3 Steps involved in it
b Curre... View full answer
Get step-by-step solutions from verified subject matter experts
