Andre Poenitz wrote: > If you don't like it, chance it, but I'd rather make the > members entirelz public then instead of providing all the > facnz modifiers...
I agree with you. I was just wondering about the usefullness of a.foo() = 1 vs. a.foo = 1, because in the current setup the privateness of foo_ obviously doesn't add any protection (and almost no flexibility IMHO). Of course there may be different plans for the future. In any case it's not a big deal. Alfredo