467 Views
In this article, I am going to explain the difference between an Abstract Class and an Interface in C# with some code examples. An abstract class doesn't provide full abstraction but an interface does provide full abstraction; i.e. both a declaration and a definition is given in an abstract class but not so in an interface.
0 comments