Question: 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

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.
|
public class Animal ArrayDemo public static void main(String[] args) Animal[] animalRef = new Animal [3]; animal Ref[0] = new Dog O; animal Ref[1] = new CowO; animal Ref[2] = new Snake; for(int x = 0; X
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
