OONumerics User :

From: Simon Perreault (nomis80_at_[hidden])
Date: 2006-03-27 09:28:50


On Sunday 26 March 2006 22:53, Hari Sundar wrote:
> Do people have any experience with this kind of stuff ? what would be the
> best way to do something like this ... where the data is stored within the
> parent class and the derived classes are mainly providing different
> functions that process this data differently.

Can't you just use the Barton-Nackman trick? Make the data protected in the
parent so that the children can access it. Or am I missing something?