Question: Assuming you have a class called Cat that compiles correctly, select all of the following that the code does. Cat kitty = new Cat (

Assuming you have a class called Cat that compiles correctly, select all of the following that the code does.
Cat kitty = new Cat();
It creates a Cat object and a reference variable that points to the Cat object.
It creates a reference variable that can point to a Cat object or any superclass of Cat.
It creates a Cat object.
It creates a reference variable that can point to a Cat object or any sub-class of Cat.
 Assuming you have a class called Cat that compiles correctly, select

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!