in reply to Re: Re^6: Private method variationsin thread Private method variations
Submethods allow both implementation inheritance and implementation hiding under the same public interface.
Ah. I see. Nice. Thanks.