Home / Questions / What is the difference between abstract class and interface in C#?
Explanatory Question

What is the difference between abstract class and interface in C#?

👁 564 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

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