Posts by Timoteo Brasil • 56 points
1 post
-
4
votes1
answer1077
viewsA: What is the function of @Override in Java?
The @Override annotation makes it clear that the declared method is overwriting a signature method declared in the superclass or interface being extended/implemented by its class.