0
What is @override in java ?
I'm not able to understand override..can you help me with the most simplest example ?
1 Resposta
0
Its give information to compiler that this function is override. If its not, compiler return an error.
If function is override but not correct - it shows you that you overriding is incorrect.
Without @override it just make new function.