Question: If a method in a subclass has the same name as a method in the superclass, but uses a different parameter list, does the subclass
If a method in a subclass has the same name as a method in the superclass, but uses a different parameter list, does the subclass method overload or override the superclass method?
Step by Step Solution
3.49 Rating (172 Votes )
There are 3 Steps involved in it
This is indeed overloading as you have two methods of the s... View full answer
Get step-by-step solutions from verified subject matter experts
