Thread: Java
View Single Post
Old 12-15-2017, 12:28 AM   #6
samaron
Registered User
 
Join Date: Sep 2017
Posts: 177
Method overriding, in object-oriented programming, is a language feature that allows a subclass or child class to provide a specific implementation of a method that is already provided by one of its superclasses or parent classes.
samaron is offline   Reply With Quote