What is the process of defining a method in a subclass having same name & type signature as a method in its superclass?
Posted: Wed Jul 13, 2022 7:46 pm
a) Method overloading
b) Method overriding
c) Method hiding
d) None of the mentioned
b) Method overriding
c) Method hiding
d) None of the mentioned