C# 8.0 New Feature–Interface Default Implementation for Methods
With upcoming C# 8.0, there is an interesting feature called default implementation body for methods within an interface definition. That means if you have few methods signatures defined and you…