in reply to Re^2: overridden method - best wayin thread overridden method - best way
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.