Details
Description
@Override helps ensure that you have named your method correctly. When in use and you have misspelled the method you intend to override, the compiler will generate a warning.
@Override helps ensure that you have named your method correctly. When in use and you have misspelled the method you intend to override, the compiler will generate a warning.
This is simple, but perhaps more laborious to find all of the methods we override.