Assuming the class B inherits from class A and method foo belongs to class A, what do we mean by overriding method foo in class B?
A) We are coding another version of method foo in class B
B) We are calling method foo in class B
C) We are not using method foo in class B