Sunday, 28 April 2013

What is difference between abstract classes and interfaces? | C#.Net Interview Questions

Following are the differences between abstract and interfaces :-
Abstract classes can have concrete methods while interfaces have no methods implemented.
Interfaces do not come in inheriting chain, while abstract classes come in inheritance.

No comments: