Answer:
both methods may be called with a subclass object
Explanation:
Based on my Java programming expertise I can say that when a subclass overloads a superclass method, both methods may be called with a subclass object. This only applies when the superclass overloads but not when that superclass overrides the subclass, in this instance the subclass object will only be able to call upon the subclass.
If you have any more questions feel free to ask away at Brainly.