Default Interface Method in C#
C# 8.0 introduced a new feature called default interface methods, also known as "interface members." This feature allows developers to add non-abstract methods to interfaces and provide a default implementation for those methods.
Prior to this featur...
mbarkt3sto.hashnode.dev3 min read