in reply to Re^2: overridden method - best way
in thread overridden method - best way

so why not make _Private_X a dummy method in the base class, and implement it in the children. Or am i not getting this thread?

Replies are listed 'Best First'.
Re^4: overridden method - best way
by adrianh (Chancellor) on May 27, 2004 at 12:36 UTC
    so why not make _Private_X a dummy method in the base class, and implement it in the children

    Yup. That's the way to go. I thought you were proposing to sub-class X not _Private_X.