Essay
An array can be created to reserve space for references to objects. Using the code above, explain how an array of superclass references can hold subclass references.
Correct Answer:
Verified
The Animal[] animalRef = new Animal[3]; ...
View Answer
Unlock this answer now
Get Access to more Verified Answers free of charge
Related Questions
Q45: What is dynamic method binding and why