3. Which of these is an example of the code that would compose an_eq_method?

A) def Classeq_:

B) if (self == other):

C) return self.score == other.score and self.age == other.age

D) return self(score)==other (score) and self(age) == other (age)