On 4/10/13 2:02 AM, Manu wrote: > I do use virtual functions, that's the point of classes. But most > functions are not virtual. More-so, most functions are trivial > accessors, which really shouldn't be virtual. I'd say a valid style is to use free functions for non-virtual methods. UFCS will take care of caller syntax. Andrei