The scope of a public instance field is ________.
a.only the class in which it is defined
b.inside the parentheses of a method header
c.the instance methods and methods outside the class
d.inside the class but not inside any method