Question: Assuming you have a class called Cat that compiles correctly, what does the following code do? Cat kitty - new Cat (); It creates a
Assuming you have a class called Cat that compiles correctly, what does the following code do? 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 reference variable that can point to a Cat object or any sub-class of Gat. It creates a Cat object.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
