Inheritance 05 Flashcards
1
Q
• Explain the purpose of using the @Override annotation?
A
Overriding is a feature that allows a subclass or child class to provide a specific implementation of a method that is already provided by one of its super-classes or parent classes