Explain the concept of overriding methods.
Answers
Answered by
0
Method overriding, in object-oriented programming, is a language feature that allows a subclass or child class to providea specific implementation of a method that is already provided by one of its superclasses or parent classes.
Hope you like my answer☺☺
Similar questions