Hello Eduardo,
This sounds like a problem you shouldn't have. Why do you want to inherit
statics and additionally write getter for it? I don't get the use case why
the variable can not be a member. Could you perhaps explain whats the use
case for it? Maybe you can just use a member and all problem
Hello,
I want to have a static var in a base class, that gets used in the
base class, but then I want to have multiple classes that inherit from
this base class, with a different static var value per each, and make
it work. So far, I've achieved that goal with code that you can see in
http://paste