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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!