Default method implementations in interfaces?
pineapple via Digitalmars-d-learn Fri, 23 Oct 2015 08:02:41 -0700
Is it possible to have default method implementations in
interfaces à la Java in D? Or some equivalent that allows
multiple inheritance without a bunch of identical copypasted
method bodies?
- Default method implementation... pineapple via Digitalmars-d-learn
- Re: Default method imple... Alex Parrill via Digitalmars-d-learn
- Re: Default method i... pineapple via Digitalmars-d-learn
- Re: Default method imple... Adam D. Ruppe via Digitalmars-d-learn
- Re: Default method imple... Steven Schveighoffer via Digitalmars-d-learn