Which of the following correctly describes method hiding in Java?
-
A
A subclass static method with the same signature as a superclass static method overrides it
-
B
A subclass static method with the same signature as a superclass static method hides it
-
C
Instance methods and static methods can be interchangeably overridden or hidden
-
D
Static methods participate in dynamic dispatch