Quiz: Variable Types
What is the type of the variable in this variable declaration?
Picture rocket = new Picture("mariner4.jpg");
Picture
rocket
new
mariner4
Picture
is the class of the object that is stored in the rocket
variable. That is the type of the variable.