Alf P. Steinbach <alfps@start.no> wrote in message...
> * BobR:
> > Maybe if you described what a 'reflection' is, we could guide you.
> >
>
> "Reflection" means the ability to obtain information about classes etc.
> at run time, and to use that information to create objects and call
> functions at run-time. It's very useful for testing and serialization
> (and also for doing some things in very inefficient and unsafe ways).
> The Java and C# language libraries provide reflection.
Sort of like RTTI coupled with a abstract factory or proxy?
--
Bob R
POVrookie