+1 vote
in C Sharp by
What is the difference between abstract class and interface in C#?

1 Answer

0 votes
by

Abstract class can have abstract and concrete methods whereas interface has only abstract methods.

...