Interview Question in C#.Net


 

Interview Question :: Difference between interface and abstract class?

What’s the difference between an interface and abstract class?
VoteNowAnswers to "Difference between interface and abstract class?"

abstract class are some concrate method where as interface have no method implementation.

abstract class come in inheritance chain where as interface not