In my schema I have a base class called "TypeGroup" and a few classes that extend from it. Every class has a member "value" with a different type.
In my program I got the "TypeGroup" class instance and I want to get the "value" from the the extension class.
I thought to make the member type "object" in the base class "TypeGroup" but I don't know how to do it.
I'd like some ideas to resolve my problems
thanks; roi.