A. a method can be overloaded in the same class.
b. a method in a subclass can overload a method in the superclass.
c. if a method overloads another method, these two methods must have the same signature.
d. if a method overrides another method, these two methods must have the same signature.
Answers
Answered by
0
c.if a method overloads another metod these two methods must have same signature
Similar questions