is there a way to define a pure base class that forces pureness of derived classes?

dennis luehring dl.soluz at gmx.net
Sat Feb 2 02:23:31 PST 2013


i've got something like an streaming/converter system
and parts of the specialised converters are stateless other statefull

is there any way to force pureness/stateless-ness through the base
class or an interface in D?


More information about the Digitalmars-d-learn mailing list