Computer Science, asked by sumitsuthar1370, 1 year ago

When a method in a subclass has the same name and type signatures as a method in the superclass, then the method in the subclass ______ the method in the superclass?

Answers

Answered by jesicajesy
3
What is the process of defining a method in subclass having same name & type signature as a method in its superclass?
a) Method overloading
b) Method overriding
c) Method hiding
d) None of the mentioned
View Answer

Answer: b
Similar questions