Login
Remember
Register
Ask a Question
What is the difference between abstract class and interface in C#?
+1
vote
asked
May 6, 2020
in
C Sharp
by
SakshiSharma
What is the difference between abstract class and interface in C#?
#abstract-class
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 6, 2020
by
Robindeniel
Abstract class can have abstract and concrete methods whereas interface has only abstract methods.
...