Thursday, June 21, 2018

Default Interface Methods in C# 8

Default Interface Methods in C# 8: 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.