Il 13/06/2012 15:30, Anthony Liguori ha scritto: > Anyway, I don't like the idea of making interfaces concrete. That means > that a user could directly instantiate an interface which doesn't make a > lot of sense.
Concrete doesn't mean "instantiatable by the user". It means "instantiatable period". Paolo