Can't inherit a class and multiple interfaces.

Agustin agustin.l.alvarez at hotmail.com
Fri Oct 11 18:35:46 PDT 2013


Like the the title says, i cannot inherit a class and have 
interfaces.

class A
{
}

interface B
{
}

class C : A, B -> Error
{
}

I know that D doesn't support multiple classes, but that means i 
cannot mix a class and an interface?


More information about the Digitalmars-d-learn mailing list