On 10/7/05, Brett Porter <[EMAIL PROTECTED]> wrote: > The reason for this difference is because if B extends a class from A, > and C uses the class from B, A is required at compile time.
Often this is not strictly necessary, but one usecase would be where Class-from-C extends Class-from-B, which extends Class-from-A and Class-from-C needs to call some protected method of Class-from-A, so it is needed at compile time, right? Thanks for helping to clarify my thinking on this. :-) Kind Regards, John Fallows. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
