InterviewSolution
Saved Bookmarks
| 1. |
What Is Overriding ? |
|
Answer» Providing a different implementation of a method in a SUBCLASS of the class that ORIGINALLY DEFINED the method. Providing a different implementation of a method in a subclass of the class that originally defined the method. |
|