A student has created a Dog class. The class contains variables to represent the following.
A String variable called breed to represent the breed of the dog
An int variable called age to represent the age of the dog
A String variable called name to represent the name of the dog
The object pet is declared as type Dog. Which of the following descriptions is accurate?
A. An attribute of the name object is String.
B. An attribute of the pet object is name.
C. An instance of the pet class is Dog.
D. An attribute of the Dog instance is pet.
E. An instance of the Dog object is pet.