Chapter 10: Problem 8
If a method in a subclass has the same signature as a method in the superclass, does the subclass method overload or override the superclass method?
Short Answer
Expert verified
Answer: It overrides the superclass method.