Kizspy | Question: 31
(Choose 1 answer)
What is method overriding in Java?
A. Re-implementing a method in the subclass with the same signature as in the superclass
B. Creating multiple methods with the same name but different parameters
C. Calling a method from another method
D. Re-implementing another method in the same class with the same signature