- Back to Home »
- C#.NET »
- Abstract class VS Interface
Posted by :
Sudhir Chekuri
Saturday, 9 January 2016
- Abstract class can contain abstract methods and general methods.
- Interface can contain only abstract methods.
- All the methods in interface by default public and abstract.