A student has created a Cat class. The class contains variables to represent the following.
A String variable called color to represent the color of the cat
A String variable called breed to represent the breed of the cat
An int variable called age to represent the age of the cat
The object myCat will be declared as type Cat. Which of the following descriptions is accurate?