Which one of the following statements is correct in Java?

a. If a static method defined in the superclass is redefined in a subclass, the method is
said to be overridden.
b. If a private method defined in the superclass is redefined in a subclass, the two
methods are said to be overloaded.
c. If a static method defined in the superclass is redefined in a subclass, the method is
said to be overloaded.

c. If a static method defined in the superclass is redefined in a subclass, the method is said to be overloaded.