Skip to site navigation (Press enter)
Can't inherit a class and multiple interfaces.
Agustin
Fri, 11 Oct 2013 18:40:59 -0700
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?
Previous message
View by thread
View by date
Next message
Reply via email to
Search the site
The Mail Archive home
digitalmars-d-learn - all messages
digitalmars-d-learn - about the list
Expand
Previous message
Next message