6
Answers

After C# 8.0 how interface are different then Abstract class

Photo of Ishoo Anyal

Ishoo Anyal

5y
5.7k
1
In C# 8.0 we can define body of a method in interface and use that implementation of method as default in inheriting classes. Now after this feature introduced, what is the difference between abstract class and interface and how does this feature impact the real definition of interface?

Answers (6)