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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly