0
0to60
I have a base class that defines a property. I'd like the the Get to be
implemented by the base class and not overrideable. I would like the Set to
be marked abstract, and thus needs to be filled in by overriding classes.
Is this possible? What's the syntax?
implemented by the base class and not overrideable. I would like the Set to
be marked abstract, and thus needs to be filled in by overriding classes.
Is this possible? What's the syntax?