Given that you have an object, Terrier, of the class Dog, and that an attribute of this class is Color, how would you refer to the Color attribute of the Terrier object?
a. Terrier.Color
b. Dog.Terrier.Color
c. Terrier.GetColor()
d. Call Dog.Terrier.GetColor()
A
Computer Science & Information Technology