Recommended ways to handle final classes
Joseph Rushton Wakeling
joseph.wakeling at webdrake.net
Fri Aug 16 09:27:26 PDT 2013
On 08/16/2013 06:12 PM, Dicebot wrote:
> Maybe we can come with a better proposal if you explain what object model are
> you trying to achieve?
The idea is maybe more to be able to have,
_A -- base class
A : _A -- final class that doesn't change _A's functionality
B : _A -- final class that _does_ override _A's functions
More information about the Digitalmars-d-learn
mailing list