Multiple Choice
Which of the following statements creates an array of three Animal references?
A) Animal[] ref = new Animal(3) ;
B) Animal[] new = ref Animal[3];
C) Animal[] animalRef = new Animal[3];
D) Animal[] ref = extend Animal[3];
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: What is the toString() method used for
Q2: A(n) _ is not an object, but
Q3: In other programming languages, such as C++,
Q5: When you create a superclass and one
Q6: Match each term with the correct statement
Q7: A class that will be placed in
Q8: When a class both extends and implements
Q9: If you create an empty method within
Q10: When you create a new subclass in
Q11: Match each term with the correct statement