Issue 487 · Week of May 09, 2026
Feed Jobs Search Platform About Donate
← Back to feed / //dotnet

Default Interface Methods in C# 8

Read full article Discuss
Default interface methods are included in a new feature proposal for C# 8, which will allow developers to use the traits programming technique. Based on an existing language feature found in Java, traits are an OOP technology that promotes the reuse of methods between unrelated classes.