wrote:
> My question is twofold: 1.) Does the extra declaration in the abstract
> class hurt anything (performance maybe...?
No. Only the class-file will be a little-bit bigger I assume.
> 2.) If not, which is preferred from a style point of view? Would it be
> considered very strange to have the redundant declaration there?
I always add all methods in the abstract class and declare
the unimplemented ones abstract, just to have it inside the
Javadoc and to show that it's intended to be abstract and
that it's not a forgotten implementation of a method that
has been added to the interface at a later time.
Regards, Lothar
--
Lothar Kimmeringer E-Mail:
PGP-encrypted mails preferred (Key-ID: 0x8BC3CD81)
Always remember: The answer is forty-two, there can only be wrong
questions!