Abstract classes vs interfaces, casting from void*

Timon Gehr timon.gehr at gmx.ch
Sat Aug 10 17:46:37 UTC 2019


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{ }


More information about the Digitalmars-d-learn mailing list