From: Hiroo H. <hir...@co...> - 2005-03-03 04:07:28
|
I've checked in the fixes in the main branch. On Wed, 02 Mar 2005 00:34:08 -0600 Hiroo Hayashi <hir...@co...> wrote: Hiroo> The Java Programming Language Third Edition, Chapter 3 Extending Hiroo> Classes, 3.3.5 Hiding Static Members starts by the following sentence. Hiroo> Hiroo> Static members within a class cannot be overridden, they are always Hiroo> hidden --- whether a field or a method. Hiroo> Hiroo> I completely did not understand this rule. It was my fault to make Hiroo> Driver.calculateChecksum(Patch, int, int, int) static. I'll make it Hiroo> non-static method. -- Hiroo Hayashi |