Which statement creates an array of five references to an abstract class named Currency? a. Currency[] =

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];
c. Currency[5] currencyref = new Currency[5];
d. Currency[5] = new Currency[5];

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Java Programming

ISBN: 978-1337397070

9th edition

Authors: Joyce Farrell

Question Posted: