+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.

Related questions

0 votes
asked Jan 24, 2021 in JAVA by rajeshsharma
+1 vote
asked May 24, 2019 in JAVA by rajeshsharma
...