jeudi 15 octobre 2015

Can you use an Abstract Class instead of Interface for the (concrete) implementation(s)?

So instead of

Interface bridge : concretebridge

you use

Abstract class Bridge : concretebridge

Is this allowed if you only want to use one concrete implementation (in my case one method of two total) at a time?

Btw, I use C# if that matters.

Aucun commentaire:

Enregistrer un commentaire