When a method is overridden in a subclass, the runtime system can determine, during execution, which method should be called, i.e., the overridden or the overriding one. This is called:
A) Dynamic dispatch
B) Static binding
C) Late binding
D) Early binding