If you want subclasses to access, but not to
override a superclass member method, what keyword should precede the
name of
the superclass method?
Thank you,
Gali.
Roland de Ruiter - 14 Aug 2006 13:55 GMT
> If you want subclasses to access, but not to
> override a superclass member method, what keyword should precede the
[quoted text clipped - 3 lines]
> Thank you,
> Gali.
Read
<http://java.sun.com/docs/books/jls/third_edition/html/classes.html#8.4>

Signature
Regards,
Roland
Robert Klemme - 14 Aug 2006 13:56 GMT
> If you want subclasses to access, but not to
> override a superclass member method, what keyword should precede the
> name of
> the superclass method?
Sounds like a homework question to me... Even if not: this is an easy
one and I'm sure the web is full of answers.
robert