Overriding a method differs from overloading a method because:
a. Overloaded methods have the same signature.
b. Overridden methods have the same signature.
c. Both of the above.
d. Neither of the above