Hello Guys,
is there a possibility to override an non-virtual method?
For example using reflection or something like that???
or is there a possibility to override Attributes in C++.
The get and set of an Attribute is translated (as i read)
into set_Attributename and get_Attributename.
If I try to extend a c++ class in which I overwrote this
the get_Attribute method is available and the attribute value
is the same as before.
Thanks,
JSpille