Skip to main content
Deeply dive into static abstract interface methods in C# 11

Static abstract interface method is a new feature in C# 11 (corresponding .NET 7.0). In this article, we are going to deeply dive into it, talk about why we need it, what it is and how to use it.


Lazy_VOriginalAbout 5 minProgramming LanguagesProgramming LanguagesC#.NETInterfaces