Ishoo Anyal

Ishoo Anyal

  • 527
  • 2.2k
  • 405.8k

After C# 8.0 how interface are different then Abstract class

Oct 8 2019 2:54 AM
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)