On 10.08.19 16:29, John Colvin wrote: > > Ok. What would go wrong (in D) if I just replaced every interface with > an abstract class? interface A{} interface B{} class C: A,B{ }