By jamesling
via digcode.com
Published: Jun 13 2008 / 09:26
This articles explains what's difference between interface and abstract class in C#. In summary, an interface is a good way to encapsulate a common idea for use by a number of possibly unrelated classes, while an abstract class is a good way to encapsulate a common idea for use by a number of related classes.
Add your comment