Hello.
I want to enforce programmers, who use a specific class, to override specific methods.
For that - I declare the main object as abstract object, and the some of methods as abstract.
But, what if those methods has [datamemberAttribute] - When I add new inherited function, the [datamemberattribute] is not copied - How can I make that [datamemberAttribute] (and any member farther) will be copied either.
Thanks :)
*This post is locked for comments
I have the same question (0)