On 11/6/07, Rob Hills <[EMAIL PROTECTED]> wrote:
>
> Hi All,
>
> This one's really a Java question, but I know there are lots of you there
> that know much more Java than I do.
>
> I have some functionality I wish to include in all of my Manager classes
> so I started down the track of trying to cr
Hi All,
This one's really a Java question, but I know there are lots of you there that
know much more Java than I do.
I have some functionality I wish to include in all of my Manager classes so I
started down the track of trying to create an
abstract BaseManagerImpl class. My problem is that