posted 16 years ago
Don't know about other IDE's but in Eclipse:
If the overridden method is later renamed or deleted, it causes a compile error in the overriding method. A useful safety net.
You can also change the options to make it generate a warning if @Override is not specified where it is applicable, which enforces using the safety net.
Malcolm
I always knew the future would be like a science fiction novel, but why did it have to be one of Philip K. Dick's?...