0
What is @override use for?
@override
1 Antwort
+ 2
I'd add that using the @Override tag is never compulsory, but highly recommended, since it increases readability of your code and helps to avoid potential bugs due to an incorrect implementation (compiler knowing your intentions will give you warning/throw an error if something goes wrong)